Skip to main content
PUT
/
2023-11
/
admin
/
collections
/
01hea29gpx259j0mq164hxpt0f
Update
curl --request PUT \
  --url https://api-staging.genuka.com/2023-11/admin/collections/01hea29gpx259j0mq164hxpt0f \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "Collection description",
  "handle": "handle-collection-2",
  "title": "Collection test"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-company
string
Example:

"{{companyId}}"

Body

application/json
content
string
Example:

"Collection description"

handle
string
Example:

"handle-collection-2"

title
string
Example:

"Collection test"

Response

200 - undefined