Publish a Schedule

Endpoint: POST /schedules/publish

Description: Publish an existing schedule.

Note:

  • The schedule must exist before it can be published.

Request Body:

ParameterTypeDescription
schedule_id
required
integerID of the schedule to be published.
published_by
required
integerUser ID of the user publishing the schedule.

Request Body Sample

{
  "schedule_id": 7702,
  "published_by": 679545
}

Language
URL
Click Try It! to start a request and see the response here!