Authorizations
Path Parameters
id
Body
application/json
Response
200
successful
curl --request PATCH \
  --url https://{defaultHost}/api/v1/collections/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "collection": {
    "title": "<string>",
    "description": "<string>",
    "share_preference": "<string>",
    "pinned": true,
    "visual_order": 123,
    "emoji": "<string>",
    "public_visible": true,
    "share_all_links": true,
    "parent_id": 123,
    "cover_image_data": {
      "data": "<string>"
    }
  }
}'curl --request PATCH \
  --url https://{defaultHost}/api/v1/collections/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "collection": {
    "title": "<string>",
    "description": "<string>",
    "share_preference": "<string>",
    "pinned": true,
    "visual_order": 123,
    "emoji": "<string>",
    "public_visible": true,
    "share_all_links": true,
    "parent_id": 123,
    "cover_image_data": {
      "data": "<string>"
    }
  }
}'id
Show child attributes
successful
Was this page helpful?