Update an event schedule
| Code | Description |
|---|---|
| 404 | Not Found |
| 422 | Unable to process request, see errors in response |
{
"id": integer,
"event_id": integer,
"starts_at": datetime,
"ends_at": datetime,
"created_at": datetime,
"updated_at": datetime,
"starting_time": string,
"starting_date": string,
"status": string
}
| Param name | Description |
|---|---|
|
token required |
API token for your organization Validations:
|
|
id required |
Event Schedule ID Validations:
|
|
starting_date required |
Start Date Validations:
Metadata: - Example formatting - 1:00 PM |
|
starting_time required |
Start Time Validations:
Metadata: - Example formatting - 05/04/2022 |
|
status optional |
Status Validations:
|