---
title: "Update a Production Run Template"
method: PATCH
path: "/v1/production-run-templates/{templateId}"
tags: ["Production Runs"]
---

# Update a Production Run Template

`PATCH /v1/production-run-templates/{templateId}`

## Path parameters

- `templateId` string, uuid, required

## Request body

- object
  - `organizationId` string, uuid
  - `name` string
  - `description` string, nullable
  - `defaultQuantity` integer
  - `labelName` string, nullable
  - `labelFormat` string
  - `labelMetadata` object
  - `lines` object[]
    - `sourceType` 'make' | 'sku', required
    - `makeId` string, uuid, nullable
    - `productSkuId` string, uuid, nullable
    - `lineQuantity` integer
    - `position` integer
    - `label` string, nullable
    - `metadata` object

## Response `200`

Default Response

---

[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/revisions/3b06bcb5f808/schema)
