> ## Documentation Index
> Fetch the complete documentation index at: https://docs.closerintellect.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Update Template

Updates a contract template's sections and visibility.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier of the template.
</ParamField>

### Body

<ParamField body="sections" type="array" required>
  The updated list of template sections.
</ParamField>

### Response

<ResponseField name="success" type="boolean">
  Indicates if the update was successful.
</ResponseField>
