Skip to content

Create rotation path​

POST
/api/rotations/{id}/paths

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"name": "string",
  
"weight": 0,
  
"is_default": true,
  
"auto_optimize": true,
  
"optimize_interval": 0,
  
"smoothing_factor": 0,
  
"rule_id": 0
}

Responses​

Path created

application/json
JSON
{
  
"id": 0
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI