List of schedule updates. Must be up to a maximum of 1000 items.
Array of UpdateItemWithExternalId_ScheduleUpdate (object) or UpdateItemWithId_ScheduleUpdate (object) |
Response with list of schedules.
The response for a failed request.
The response for a forbidden request.
The response for a conflict.
{- "items": [
- {
- "update": {
- "interval": {
- "set": "0 0 * * *"
}, - "isPaused": {
- "set": true
}
}, - "externalId": "string"
}
]
}
{- "items": [
- {
- "id": 0,
- "externalId": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0,
- "interval": "0 0 * * *",
- "isPaused": true
}
]
}