Update a Task

OAuth Scope

This endpoint requires the following OAuth scope manage_tasks.

Path Params
uuid
required

UUID of the Task

Body Params

Task fields to update

string

The date by which the task should be completed. Format is YYYY-MM-DD. For mobile app compatibility, may be returned with time component (HHMMSS) in some contexts.

string

Detailed description of the task. Contains more comprehensive information about what needs to be done, how to complete the task, or any other relevant notes.

string
required

The name or title of the task. This field is mandatory and used to identify the task in listings and the user interface.

string
uuid
string

Boolean flag indicating whether the task has been completed (1) or is still pending (0). When set to 1, the completed_timestamp and completed_by_staff_uuid fields are automatically populated.

string

The date and time when the task was marked as complete. Format is YYYY-MM-DD HH:MM:SS. Automatically set when task_complete is changed to 1.

uuid

UUID of the staff member who marked the task as complete. Automatically set to the current staff member's UUID when task_complete is changed to 1.

uuid

UUID of the staff member assigned to complete this task. Must be a valid staff UUID in the system.

string

DEPRECATED

string

DEPRECATED

uuid

Unique identifier for this record

uuid
string

Timestamp at which record was last modified

Responses

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