Skip to content

List rotation paths​

GET
/api/rotations/{id}/paths

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

Paths

application/json
JSON
[
  
{
  
  
"id": 0,
  
  
"name": "string",
  
  
"weight": 0,
  
  
"is_default": true,
  
  
"auto_optimize": true,
  
  
"optimize_interval": 0,
  
  
"smoothing_factor": 0,
  
  
"status": 0
  
}
]

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI