Announcement Schedules
Update an announcement schedule
PATCH
https://api.tunio.ai/v1/announcements/schedules/{schedule_id}Update the interval of an existing schedule
Path parameters
| Name | Type | Description |
|---|---|---|
| schedule_idRequired | string | Schedule ID |
Request body
Updated schedule data
| Name | Type | Description |
|---|---|---|
| interval | integer | Interval updates the repeat period in minutes. |
Request example
01{02 "interval": 12003}
Responses
| Name | Type | Description |
|---|---|---|
| schedule | object | Schedule holds updated schedule details. |
| announcement | object | Announcement contains announcement meta referenced by the schedule. |
| interval | integer | Interval is the repeat period in minutes. |
| schedule_id | string | UUID uniquely identifies the schedule entry. |
| stream | object | Stream describes the stream where announcement is played. |
| success | boolean | Success confirms the schedule was updated. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |