Skip to main content
PATCH
Update a gallery

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Path Parameters

slug
string
required
Pattern: ^[a-z0-9][a-z0-9-]*$

Body

application/json

Patch shape — every field is optional. items is a full replace — to add, remove, or reorder items, fetch the current array via GET, mutate, then send the complete new list.

name
string
Maximum string length: 255
items
object[]
Maximum array length: 200

Response

OK

data
object