---
title: "Admit a Filament Merge into a global filament"
method: POST
path: "/v1/materials/{id}/merge"
tags: ["Materials", "Public"]
---

# Admit a Filament Merge into a global filament

`POST /v1/materials/{id}/merge`

Admits a Live Operation that rewrites an organization filament onto a matching global filament. Returns 202 with the merge id and correlation id. Does not run the rewrite on this request.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `targetMaterialId` string, uuid, required
  - `correlationId` string, required

## Response `202`

Default Response

- object
  - `id` string, uuid, required
  - `organizationId` string, uuid, required
  - `sourceMaterialId` string, uuid, required
  - `targetMaterialId` string, uuid, required
  - `correlationId` unknown
  - `status` 'queued' | 'merging' | 'retrying' | 'completed' | 'failed', required
  - `attempt` integer, required
  - `maxAttempt` integer, required
  - `revision` integer, required

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `409` — Default Response
- `422` — Default Response
- `500` — Default Response
- `503` — 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/f15fa5556b2f/schema)
