Collections
update collection
Collections
update collection
PUT
/
api
/
v1
/
collections
/
{id}
curl --request PUT \
--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>"
}
}
}'
Authorizations
Path Parameters
id
Body
application/json
Response
200
successful
Was this page helpful?
curl --request PUT \
--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>"
}
}
}'