1.8 KiB
1.8 KiB
Return to top
Create
==========================================================================================
POST
/security/keys
Create a new 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 created private key's UUID.
Content-Type
application/json
SchemaJSON
JSON
{
"uuid": "string"
}
POST
/security/keys
Playground
Authorization
bearerAuth
Body
Try it out
Samples
Powered by VitePress OpenAPI