---
title: "PATCH /api/project-doc/{id}/"
method: PATCH
path: "/api/project-doc/{id}/"
tags: ["project-doc"]
---

# PATCH /api/project-doc/{id}/

`PATCH /api/project-doc/{id}/`

## Path parameters

- `id` string, uuid, required

## Headers

- `X-Company` string

## Request body

- PatchedProjectDoc
  - `id` string, uuid
  - `created_by` string, uuid
  - `notes` string, nullable
  - `attachment` Attachment
    - `id` string, uuid, required
    - `employee` string, uuid
    - `name` string
    - `file` string, uri, required
    - `contents` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `thumbnail` string, uri, nullable, required
    - `width` integer, nullable
    - `height` integer, nullable
  - `is_folder` string
  - `created_by_full_name` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `requires_signature` boolean
  - `folder` string, uuid, nullable
  - `project` string, uuid

## Response `200`

- ProjectDoc
  - `id` string, uuid, required
  - `created_by` string, uuid
  - `notes` string, nullable, required
  - `attachment` Attachment, required
    - `id` string, uuid, required
    - `employee` string, uuid
    - `name` string
    - `file` string, uri, required
    - `contents` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `thumbnail` string, uri, nullable, required
    - `width` integer, nullable
    - `height` integer, nullable
  - `is_folder` string, required
  - `created_by_full_name` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `requires_signature` boolean
  - `folder` string, uuid, nullable
  - `project` string, uuid, required

---

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