Restore a show version
Stages a past version as the show's working draft (non-destructive — save to make it current).
Stages a past version as the show's working draft (non-destructive — save to make it current).
Authorization
bearerAuth shows:updateA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: shows:update
Path Parameters
The show id.
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.
Restore a past version into the record's working draft.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "id": "string", "slug": "string", "show_type": "exhibition", "title": "string", "subtitle": "string", "summary": "string", "press_release": "string", "press_embargo_until": "string", "start_date": "string", "end_date": "string", "location_id": "string", "venue_name": "string", "art_fair_id": "string", "booth": "string", "checklist_list_id": "string", "cover_image_path": "string", "cover_url": "string", "visibility": "public", "is_cancelled": true, "metadata": { "property1": "string", "property2": "string" }, "created_at": "string", "updated_at": "string", "save_state": "new"}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "invalid_request", "retry": "permanent", "details": null}Reinstate a cancelled show POST
Reinstates a cancelled show — live on the record now, whoever sends it. Its public page and its place in the programme return; the checklist and its works were never touched.
Save a show POST
Saves the show's pending edits: promotes them onto the record and snapshots a new version.