HelpCenter

Create collection

post/v1/helpcenter/collections

Request body

_idinteger nullable
iconstring nullable

Icon displayed on the collection card, it must be a Font Awesome 5 icon classname, e.g. "fas fa-search"

titlestring required
spoilerstring nullable

Spoiler displayed under the title

languagestring nullable

2-letter language code

sectionsstring[] nullable
orderinteger nullable

Order of the collection in the homepage, if not given creation date will be used

slugstring nullable

Auto-generated URL slug of the collection, e.g. infoset.help/acmeinc/collections/{id}-{slug}

deskstring required

ID of the help center of this collection

departmentIdinteger nullable
{"stackTrail":"components:schemas:HelpdeskCollection:properties:createdAt","oasType":"schema","type":"unknown","description":"Creation date","nullable":true}
{"stackTrail":"components:schemas:HelpdeskCollection:properties:updatedAt","oasType":"schema","type":"unknown","description":"Last update date","nullable":true}

Response

Created

_idinteger nullable
iconstring nullable

Icon displayed on the collection card, it must be a Font Awesome 5 icon classname, e.g. "fas fa-search"

titlestring required
spoilerstring nullable

Spoiler displayed under the title

languagestring nullable

2-letter language code

sectionsstring[] nullable
orderinteger nullable

Order of the collection in the homepage, if not given creation date will be used

slugstring nullable

Auto-generated URL slug of the collection, e.g. infoset.help/acmeinc/collections/{id}-{slug}

deskstring required

ID of the help center of this collection

departmentIdinteger nullable
{"stackTrail":"components:schemas:HelpdeskCollection:properties:createdAt","oasType":"schema","type":"unknown","description":"Creation date","nullable":true}
{"stackTrail":"components:schemas:HelpdeskCollection:properties:updatedAt","oasType":"schema","type":"unknown","description":"Last update date","nullable":true}

Changes

No recorded changes to this endpoint across all 1 revision of this API.