# Update a document template **PUT /api/v1/document-template/{documentTemplate_uuid}** ## 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 - **documentTemplate_uuid** (string) ### Body: application/json (object) - **name** (string) The name of the document template. ## 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. - **version** (integer) The document builder version. Used for internal purposes only. Defaults to 3 - **name** (string) The name of the document template. - **required_dependants** (object) The required dependant variables of the document template. - **public_docx_url** (string) The download URL of the DOCX content. This is intended for the user to download if they are signed into Plannr. You can access this data via the API using the route in /api/v1. - **public_sfdt_url** (string) The download URL of the SFDT (SyncFusion) content. This is intended for the user to download if they are signed into Plannr. You can access this data via the API using the route in /api/v1. - **public_pdf_url** (string) The download URL of the PDF content. This is intended for the user to download if they are signed into Plannr. You can access this data via the API using the route in /api/v1. - **public_preview_url** (string) The image preview URL of the template. This is intended for the user to preview the template before opening it. You can access this data via the API using the route in /api/v1. [Powered by Bump.sh](https://bump.sh)