---
title: "Update Agreement Term Value"
method: PATCH
path: "/analyze/v2/agreements/{id}/terms/{term_id}"
tags: ["Analyze Agreements"]
---

# Update Agreement Term Value

`PATCH /analyze/v2/agreements/{id}/terms/{term_id}`

Update the value of a specific term within an agreement in Analyze.

## Path parameters

- `id` string, required
- `term_id` string, required

## Request body

- object
  - `data` object, required
    - `value` string, required

## Response `200`

successful without params

- object
  - `data` object, required
    - `id` string, required
    - `name` string, required
    - `value` union
      - string
      - integer
    - `kind` string, required
    - `status` string, required

## Other responses

- `404` — failure with term not found
- `422` — validation failure on value

---

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