Serverless Containers

Create new secret

post/v1/secrets

Request body

namestring required

Name of the secret

valuestring required

Value of the secret

Example request

{
  "name": "api-token",
  "value": "tk_1234567890-secret"
}

Changes

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