Updates an scheduled task

Updates an scheduled task with the specified details.

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

Identifier of the scheduled task to update

Body Params

Data containing updated scheduled task information

date-time

The date and time when the task is due. Accepts either an ISO 8601 formatted date-time string or a UNIX timestamp as a string or integer.

date-time | null

The date and time when a reminder for the task should be sent. Accepts either an ISO 8601 formatted date-time string or a UNIX timestamp as a string or integer.

int64 | null

Identifier for the agent user assigned to the task

int64

Identifier for the user who created the task

string | null

Additional notes or details about the task

boolean | null

Indicates if the task has been marked as completed

Responses
200

scheduled task updated

404

scheduled task not found

422

unprocessable entity

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!