Create Collection Request Payload

You can create a collection

name
required
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 created as the first level collection.

help_center_id
integer or null

The id of the help center where the collection will be created. If null then it will be created in the default help center.

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