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

# Update model

`PATCH /v1/models/{id}`

Update model metadata for the current organization

## Path parameters

- `id` string, required

## Request body

- object
  - `organizationId` string
  - `name` string
  - `description` string
  - `images` string[]
  - `metadata` object

## Response `200`

Model updated successfully

- object — Model updated successfully
  - `id` string
  - `name` string
  - `designer` string
  - `images` string[]
  - `sourceUrl` string
  - `sourceId` string
  - `source` string
  - `metadata` object
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `rev` number
  - `deletedAt` string, date-time, nullable

## Other responses

- `400` — Invalid update
- `404` — Model not found
- `409` — Rev mismatch (stale client)
- `500` — Internal server error

---

[API](https://skmtc.net/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.net/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printhiv3d/hive-api-documentation/versions/3b06bcb5f808/schema)
