---
title: "Update the details of an attachment"
method: PUT
path: "/attachments"
tags: ["Attachments"]
---

# Update the details of an attachment

`PUT /attachments`

Updates the details of the specified document

## Request body

- Attachment
  - `id` string, uuid, required
  - `name` string, required
  - `description` string
  - `status` 'UPLOADING' | 'UPLOADED'
  - `accountId` string
  - `tag` 'MASTER_SUBSCRIPTION_AGREEMENT' | 'STATEMENT_OF_WORK' | 'ORDER_FORM' | 'OTHER'
  - `inUse` boolean
  - `isDeleted` boolean
  - `createdOn` integer, required
  - `updatedOn` integer

## Response `200`

successful operation

- Attachment
  - `id` string, uuid, required
  - `name` string, required
  - `description` string
  - `status` 'UPLOADING' | 'UPLOADED'
  - `accountId` string
  - `tag` 'MASTER_SUBSCRIPTION_AGREEMENT' | 'STATEMENT_OF_WORK' | 'ORDER_FORM' | 'OTHER'
  - `inUse` boolean
  - `isDeleted` boolean
  - `createdOn` integer, required
  - `updatedOn` integer

---

[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)
