Skip to content

Save rotation config (bulk)​

PUT
/api/rotations/{id}/config

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"paths": [
  
  
{
  
  
}
  
],
  
"rules": [
  
  
{
  
  
}
  
]
}

Responses​

Config saved

application/json
JSON
{
  
"message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI