Update rotation path​
PUT
/api/rotations/{id}/paths/{pid}
Authorizations​
ApiKeyHeader
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
id*
Type
Requiredinteger
pid*
Type
Requiredinteger
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 updated
application/json
JSON"message": "string"
{
 Â
}