---
title: "Update contract"
method: PATCH
path: "/v3/contracts/{id}"
tags: ["Contracts"]
---

# Update contract

`PATCH /v3/contracts/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateContractV3Dto
  - `name` string — Name of the Contract
  - `closeDate` string, date-time — Close date of the contract
  - `externalId` string — External ID of the contract
  - `sourceType` string — External ID source type

## Response `200`

Contract updated successfully

## Other responses

- `404` — Contract not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/versions/7e8885517814/schema)
