---
title: "Update predefined terms section"
method: PUT
path: "/termsections/{id}"
tags: ["Settings"]
---

# Update predefined terms section

`PUT /termsections/{id}`

Updates the predefined terms section specified.

## Path parameters

- `id` string, required

## Request body

- DocumentSection
  - `id` string, uuid
  - `entityIds` string[]
  - `name` string
  - `title` string
  - `location` 'BEFORE_SIGNATURE' | 'AFTER_SIGNATURE', required
  - `deleted` boolean

## Response `200`

successful operation

- DocumentSection
  - `id` string, uuid
  - `entityIds` string[]
  - `name` string
  - `title` string
  - `location` 'BEFORE_SIGNATURE' | 'AFTER_SIGNATURE', required
  - `deleted` boolean

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
