---
title: "Update a TPM commitment for the caller's team"
method: PATCH
path: "/tpm/commitments/{id}"
tags: ["tpm"]
---

# Update a TPM commitment for the caller's team

`PATCH /tpm/commitments/{id}`

Requires the privilege [`TPM_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `id` string, required

## Query parameters

- `teamId` string, required

## Request body

- UpdateTpmCommitmentRequest
  - `state` 'SUGGESTED' | 'INCOMPLETE' | 'COMPLETED' | 'DISMISSED'
  - `text` string
  - `deadline` string, date-time

## Response `200`

TPM commitment updated successfully

## Other responses

- `400` — Invalid request document
- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: TPM_WRITE
- `404` — The TPM commitment with the given ID cannot be found
- `409` — Commitment update conflict, please reload and try again

---

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