Publishes an intelligent schedule.

Behavior: Publishes the intelligent schedule, optionally locking it for a specified number of days. When background mode is enabled (default), a batch action message is queued for asynchronous processing. When background mode is disabled, the schedule is published synchronously.

Authorization: Requires a valid Bearer token.

Side Effects: The schedule is published and its expiration date may be set. A batch action message may be sent for asynchronous processing.

Error Scenarios: Returns 400 if the request body is null. Returns 401 if the caller is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The ID of the intelligent schedule to publish.

Query Params
boolean
Defaults to true

Whether to run the operation asynchronously in the background. Defaults to true.

Body Params

The publish request containing the number of locked days.

Represents a request to publish a schedule, locking it for a specified number of days.

uuid

Gets or sets schedule Id

int32
required

Gets or sets number of days to lock schedule

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json