---
title: "Update artifact recipients"
method: PUT
path: "/artifacts/{id}/recipients"
tags: ["Artifacts"]
---

# Update artifact recipients

`PUT /artifacts/{id}/recipients`

Add or remove recipients authorized to download an artifact. Only the owner may update recipients.

## Path parameters

- `id` string, required

## Request body

- object
  - `add` string[] — Recipients (@handle or cryptoId) to grant download access. New recipients are notified.
  - `remove` string[] — Recipients (@handle or cryptoId) to revoke download access from.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/revisions/fb85a82845ac/schema)
