playbooks

Update Playbook Task Status

put/api/v1/playbook-tasks/{task_id}/status

Path parameters

task_idstring uuid required

Request body

status'open' | 'done' required

A GM task raised by a Playbook: to-do (open) or done.

Response

Successful Response

idstring uuid required
tenant_idstring uuid required
customer_profile_idstring uuid nullable
booking_record_idstring uuid nullable
customer_namestring nullable
list_idstring uuid nullable
source_playbook_idstring uuid nullable
source_run_idstring uuid nullable
titlestring required
bodystring nullable
categorystring nullable
source_labelstring nullable
property_idstring uuid nullable
property_namestring nullable
due_atstring date-time nullable
departmentstring nullable
assignee_kindstring
owner_labelstring nullable
blockedboolean
prioritystring nullable
status'open' | 'done' required

A GM task raised by a Playbook: to-do (open) or done.

assigned_user_idstring uuid nullable
completed_atstring date-time nullable
created_atstring date-time required
updated_atstring date-time required
completableboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.