Moves a schedule item to a new position within the schedule.

Behavior: Repositions the specified schedule item according to the move request and returns the updated list of all schedule items reflecting the new ordering.

Authorization: Requires a valid Bearer token.

Side Effects: The schedule item ordering is updated in the data store.

Error Scenarios: 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 parent schedule ID.

uuid
required

The ID of the schedule item to move.

Body Params

The move request specifying the new position.

Represents a request to move a schedule item to a new position in the schedule order.

uuid | null

Gets or sets the identifier of the item that should precede the moved item in the new position.

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