---
title: "Atomically create or update a Full Workshop Make"
method: POST
path: "/v1/model-files/{fileId}/full-workshop/makes"
tags: ["Makes"]
---

# Atomically create or update a Full Workshop Make

`POST /v1/model-files/{fileId}/full-workshop/makes`

Saves a Make's name, SKU association, quantity, default state, and full material mapping set as one transaction. Never reads or mutates inventory.

## Path parameters

- `fileId` string, required

## Request body

- object
  - `make_id` string, uuid
  - `expected_revision` integer
  - `name` string, required
  - `sku_id` unknown
  - `quantity_to_print` integer
  - `is_default` boolean
  - `materials` object[], required
    - `filament_index` integer, required
    - `material_id` string, uuid, required
  - `organizationId` string

## Response `200`

Default Response

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-08-07** `3b06bcb5f808` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/model-files/:fileId/full-workshop/makes/post.md)

---

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