# Complete a task **PATCH /api/v1/task/{task_uuid}/complete** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **task_uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) The name of the task - **description** (string) The description of the task - **priority** (string) The priority of the task. Available Options: low, medium, high and highest - **position** (integer) The position of the task - **due_at** (string) The due date of the task - **status** (object) The status of the task. Can be any of the task statuses defined in the firm's settings - **taskable_type** (string) The type of the taskable. Available options: client, case, plan - **taskable** (object) The type of the taskable. - **author** (object) The account that created the task - **assigned_to** (object) The accounts that the task is assigned to - **completed_at** (string) The date the task was completed - **completed_by** (object) The account that completed the task - **custom_fields** (array[object]) Any custom fields on the model. [Powered by Bump.sh](https://bump.sh)