---
title: "Update a model"
method: PATCH
path: "/models/{id}"
tags: ["Models"]
---

# Update a model

`PATCH /models/{id}`

## Response `200`

Model updated

## Other responses

- `400` — The request structure was incorrect
- `401` — Unauthorized; the request did not provide valid authentication details
- `403` — Forbidden; the provided credentials do not have permission to perform the requested action
- `422` — Update failed due to invalid data

## Changes

- **2026-05-13** (v0) `1a08399e7263` — 2 info
  - added the new optional request property `links/items/text`
  - added the optional property `links/items/text` to the response with the `200` status
- **2026-04-26** (v0) `4b3f79c89791` — 3 breaking, 3 warning
  - the `isPartOf` request property type/format changed from `object`/`` to `array`/``
  - the `isPartOf` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `isPartOf/@id` from the response with the `200` status
  - removed the request property `isPartOf/@id`
  - …2 more
- **2025-04-15** (v0) `04936a1943d3` — 2 breaking, 14 info
  - the request property `name` became required
  - the response property `name` became optional for the status `200`
  - added the new optional request property `caption`
  - added the new optional request property `creator`
  - …12 more
- **2025-04-11** (v0) `f7bd2c6af691` — 1 info
  - endpoint added
- **2025-03-03** (v0) `ce0a74d4942a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/manyfold3d/apis/manyfold-api/changes/models/:id/patch.md)

---

[API](https://skmtc.dev/manyfold3d/apis/manyfold-api.md) · [All operations](https://skmtc.dev/manyfold3d/apis/manyfold-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/manyfold3d/manyfold-api/revisions/a3cbfc387e66/schema)
