---
title: "Update attachment details"
method: PUT
path: "/placements/{placementId}/attachments/{attach}"
tags: ["Placement API:Attachments"]
---

# Update attachment details

`PUT /placements/{placementId}/attachments/{attach}`

## Path parameters

- `placementId` integer, required
- `attach` integer, required

## Request body

- UpdatePlacementAttachmentCommand
  - `type` 'Other' | 'Resume' | 'FormattedResume' | 'CoverLetter' | 'Screening' | 'Check' | 'Reference' | 'License' | 'Terms' | 'CompanyTerms' | 'StandardTerms', string
  - `category` string, nullable — Optional additional categorization for the attachment type
  - `expiry` string, date, nullable — Optional expiry date as listed on the document, e.g. a license expiry date

## Response `204`

NoContent

## Other responses

- `404` — Attachment was not found

---

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