# Documents patch **PATCH /v1/Documents/{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)) ### Body: application/json (object) - **paperworkId** (string(uuid)) - **userId** (string(uuid)) - **parentId** (string(uuid) | null) - **transactionId** (string(uuid)) - **formId** (string(uuid) | null) - **formVersion** (number(double) | null) - **name** (string | null) - **path** (string | null) - **isDeleted** (boolean) - **createdDate** (string(date-time)) - **updatedDate** (string(date-time) | null) - **signedDocumentId** (string | null) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid) | null) - **userId** (string(uuid)) - **parentId** (string(uuid) | null) - **transactionId** (string(uuid)) - **formId** (string(uuid) | null) - **formVersionId** (string(uuid) | null) - **libraryId** (string(uuid) | null) - **formVersion** (number(double) | null) - **name** (string | null) - **path** (string | null) - **isDeleted** (boolean) - **file** (string(binary) | null) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **signedDocumentId** (string | null) - **status** (integer(int32)) [Powered by Bump.sh](https://bump.sh)