Update Collection Request Payload

You can update a collection

name
string

The name of the collection. For multilingual collections, this will be the name of the default language's content.

description
string

The description of the collection. For multilingual collections, this will be the description of the default language's content.

object or null (Group Translated Content)

The Translated Content of an Group. The keys are the locale codes and the values are the translated content of the Group.

parent_id
string or null

The id of the parent collection. If null then it will be updated as the first level collection.

{ "name": "collection 51", "description": "English description", "translated_content": { "type": "group_translated_content", }, "parent_id": "6871118" }