# Tasks patch **PATCH /v1/Tasks/{key}** ## Servers - https://api.pre.lwolf.com/transact-workflow: https://api.pre.lwolf.com/transact-workflow () ## Parameters ### Headers - **on-behalf-of** (string) On behalf of user ### Path parameters - **key** (string(uuid)) ### Query parameters - **select** (string) Limits the properties returned in the result. - **expand** (string) Indicates the related entities to be represented inline. The maximum depth is 2. ### Body: application/json (object) - **taskItemId** (string(uuid)) - **userId** (string(uuid)) - **parentId** (string(uuid) | null) - **transactionId** (string(uuid)) - **reminder** (integer(int32)) - **isCompleted** (boolean) - **reminderSent** (string(date-time) | null) - **isDeleted** (boolean) - **name** (string | null) - **due** (integer(int32)) - **dueDate** (string(date-time) | null) - **notes** (string | null) - **daysOffset** (integer(int32) | null) - **relativeDueType** (integer(int32)) - **relativeDateType** (integer(int32)) - **createdDate** (string(date-time)) - **updatedDate** (string(date-time) | null) - **isAllDay** (boolean) ## Responses ### 200 OK [Powered by Bump.sh](https://bump.sh)