Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Create secret.
POST
/backend/v1/secrets
Creates a secret. The value will not be accessible through the API after creation.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
,
"value"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
}
POST
/backend/v1/secrets
Playground
Authorization
HTTPBearer
Body
Try it out
Samples
Powered by
VitePress OpenAPI