Schedule transformations with the specified configurations.
List of the schedules to create. Must be up to a maximum of 1000 items.
Array of ScheduleParametersWithExternalId (object) or ScheduleParametersWithId (object) |
Response with list of schedules.
The response for a failed request.
The response for a forbidden request.
The response for a conflict.
{- "items": [
- {
- "interval": "0 0 * * *",
- "isPaused": true,
- "externalId": "string"
}
]
}
{- "items": [
- {
- "id": 0,
- "externalId": "string",
- "createdTime": 0,
- "lastUpdatedTime": 0,
- "interval": "0 0 * * *",
- "isPaused": true
}
]
}