Serverless Containers

Create new fileset secret

File secrets can be used as a secret mount storage

post/v1/file-secrets

Request body

namestring required

Name of the files secret

Example request

{
  "name": "secret-files",
  "files": [
    {
      "file_name": "file.txt",
      "base64_content": "dGVzdCBmaWxl"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 10 revisions of this API.