post
https://api.timeero.app/api/public/schedules/publish
Endpoint: POST /schedules/publish
Description: Publish an existing schedule.
Note:
- The schedule must exist before it can be published.
Request Body:
| Parameter | Type | Description |
|---|---|---|
| schedule_id required | integer | ID of the schedule to be published. |
| published_by required | integer | User ID of the user publishing the schedule. |
Request Body Sample
{
"schedule_id": 7702,
"published_by": 679545
}
