API ReferenceStops
Update Specific Cause Settings
Update programmed downtime settings for a specific cause.
Authorization
bearerAuth admin, superadmin, superuserAuthorization<token>
In: header
Scope: admin, superadmin, superuser
Path Parameters
causeId*string
The cause's ID.
Match
[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
Try it live
curl -X PUT "https://example.com/v3/stops/specific-causes/52907745-7672-470e-a803-a2f8feb52944/programmed-settings" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "52907745-7672-470e-a803-a2f8feb52944", "isProgrammed": true, "programmedDowntimeMinutes": 0}