Skip to content

Create secret.

POST
/backend/v1/secrets

Creates a secret. The value will not be accessible through the API after creation.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"name": "string",
"value": "string"
}

Responses

Successful Response
application/json
JSON
{
"id": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Updated at: