/
Update the collection by UUID
Update the collection by UUID
Method: PATCH
URL: https://pim-client.wizart.ai/api/v2.1/collections/:collectionUuid/
Header: Accept: application/json, Content-Type: applicaton/json, Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbG…
Body:
{
"data": {
"type": "collections",
"id": "{{COLLECTION_UUID}}",
"attributes": {
"name": "New name of Cillection",
"is_visible": true,
"order": -63814961.090335086
}
}
}