Update a shared show
Unshares (`removed`) or re-shares (`active`) the show. Unsharing keeps the row and its thread; the studio's projections go dark.
Unshares (removed) or re-shares (active) the show. Unsharing keeps the row and its thread; the studio's projections go dark.
Authorization
bearerAuth artists:writeA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: artists:write
Path Parameters
Header Parameters
Optional. Send a unique key per logical operation to make retries safe: a retry with the same key replays the stored success for 14 days instead of re-running the write. Reusing a key with a different body returns 400.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Unshare (removed) or re-share (active) the show.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "show_id": "string", "connection_id": "string", "status": "invited", "created_at": "string"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}List the shared show's planning notes GET
The pair-private planning thread (docs §8.6, Q8) — visible only to the two sides of this connection; in a group show every artist has their own thread.
Set a show's participating artists POST
Replaces the show's roster with the supplied artists, in order. Artists must belong to the gallery.