---
title: "PATCH /matches/{match_pk}/attachments/{id}/"
method: PATCH
path: "/matches/{match_pk}/attachments/{id}/"
tags: ["matches"]
---

# PATCH /matches/{match_pk}/attachments/{id}/

`PATCH /matches/{match_pk}/attachments/{id}/`

An API endpoint that allows attachments to be viewed, deleted or updated.

## Request body

- object
  - `id` integer
  - `name` string, required
  - `description` string
  - `file` string, required — Url leading to the attachment file.
  - `creator` integer, nullable
  - `created_at` string, date-time

## Response `200`

- object
  - `id` integer
  - `name` string, required
  - `description` string
  - `file` string, required — Url leading to the attachment file.
  - `creator` integer, nullable
  - `created_at` string, date-time

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/versions/59053f2da83c/schema)
