Skip to content
CalypsoAI
Search
K
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Update secret.
PATCH
/backend/v1/secrets/{secretId}
Updates a secret by its ID, including the name and value.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
secretId
*
Type
string
Required
format
uuid
Request Body
application/json
Schema
JSON
JSON
{
"name"
:
"string"
,
"value"
:
"string"
}
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"message"
:
"string"
}
PATCH
/backend/v1/secrets/{secretId}
Playground
Server
Select a server...
Authorization
HTTPBearer
Variables
Key
Value
secretId
*
Body
Try it out
Samples
Powered by
VitePress OpenAPI