---
title: "Update make"
method: PATCH
path: "/v1/makes/{id}"
tags: ["Makes"]
---

# Update make

`PATCH /v1/makes/{id}`

Partially update a make

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `name` string
  - `notes` string
  - `sku_id` unknown
  - `organizationId` string — Organization ID (optional, defaults to user's primary organization)

## Response `200`

Make updated successfully

- object — Make updated successfully

## Other responses

- `404` — Make or SKU not found

---

[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)
