For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create category

Creates a new category record in the public catalog. Accepts a request with necessary details to create the category.

post
Body

Represents a request to create a new category in the public catalog. Contains the necessary properties for specifying category details.

namestringOptional
descriptionstring · nullableOptional
Responses
201

Created

application/json
idstringOptional
namestringOptional
revisioninteger · int32Optional
descriptionstring · nullableOptional
statusstring · enumOptionalPossible values:
post/public/v1/public-catalog/categories

Last updated

Was this helpful?