---
title: "PATCH /project-assets/{id}"
method: PATCH
path: "/project-assets/{id}"
tags: ["Map"]
---

# PATCH /project-assets/{id}

`PATCH /project-assets/{id}`

PATCH operation for /project-assets/{id}

## Path parameters

- `id` string, required

## Request body

- ProjectAssetSerializer
  - `id` integer
  - `name` string
  - `description` string
  - `file` string, binary
  - `file_url` string, binary
  - `file_type` string — MIME type or file extension
  - `file_size` integer — File size in bytes
  - `link` string, uri — URL link for the asset (alternative to file upload)
  - `link_label` string — Label text for the link (auto-extracted from URL metadata if not provided)
  - `content_type` string
  - `content_type_name` string
  - `object_id` integer
  - `onboarder_user` string
  - `onboarder_user_id` integer
  - `onboardee_user` string
  - `onboardee_user_id` integer
  - `include_in_outboard` boolean — Whether this asset should be visible in the customer portal (outboard)
  - `order` integer — Ordering field for assets within the same content object (project/task/etc.)
  - `created_at` string, date-time
  - `modified_at` string, date-time
  - `created_by` string

## Response `200`

Successful response

- ProjectAssetSerializer
  - `id` integer
  - `name` string
  - `description` string
  - `file` string, binary
  - `file_url` string, binary
  - `file_type` string — MIME type or file extension
  - `file_size` integer — File size in bytes
  - `link` string, uri — URL link for the asset (alternative to file upload)
  - `link_label` string — Label text for the link (auto-extracted from URL metadata if not provided)
  - `content_type` string
  - `content_type_name` string
  - `object_id` integer
  - `onboarder_user` string
  - `onboarder_user_id` integer
  - `onboardee_user` string
  - `onboardee_user_id` integer
  - `include_in_outboard` boolean — Whether this asset should be visible in the customer portal (outboard)
  - `order` integer — Ordering field for assets within the same content object (project/task/etc.)
  - `created_at` string, date-time
  - `modified_at` string, date-time
  - `created_by` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
