1.8 KiB
1.8 KiB
Return to top
Update
==========================================================================================
PATCH
/security/keys
Update a private key.
Authorizations
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Request Body
application/json
SchemaJSON
JSON
{
"name": "string",
"description": "string",
"private_key": "string"
}
Responses
201400401422
The updated private key's UUID.
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "string"
}
PATCH
/security/keys
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by VitePress OpenAPI