Skip to content

Update rotation rule​

PUT
/api/rotations/{id}/rules/{rid}

Authorizations​

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

Parameters​

Path Parameters

id*
Type
integer
Required
rid*
Type
integer
Required

Request Body​

application/json
JSON
{
  
"name": "string",
  
"conditions": "string",
  
"path_id": 0,
  
"priority": 0
}

Responses​

Rule updated

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

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI