---
title: "Update Organization Filament"
method: PATCH
path: "/v1/materials/{id}"
tags: ["Materials", "Public"]
---

# Update Organization Filament

`PATCH /v1/materials/{id}`

Partially update an Organization Filament. Color accepts #RGB, #RRGGBB, or #RRGGBBAA and is stored as #RRGGBB. Finish is standard, matte, or silk. SKU must be unique. Global Filament rows return 403. Inventory row ids do not change.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `name` string
  - `brand` string
  - `material_type` string
  - `color` string — Filament color as hex RGB. Accepts #RGB, #RRGGBB, or #RRGGBBAA. Stored as #RRGGBB.
  - `finish` 'standard' | 'matte' | 'silk'
  - `sku` string
  - `asin` string

## Response `200`

Default Response

- object

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `422` — Default Response
- `500` — Default Response

---

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