Skip to content

Create rotation​

POST
/api/rotations

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"name": "string",
  
"rotation_type": "string",
  
"group_id": 0,
  
"notes": "string"
}

Responses​

Rotation created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI