Creating a new root category
GET {{api-url}}/caas-category/{{tenant}}/categories?parent.recursive=false&expand=parent&ref.id=812775
Creates a new category.
Required scopes
category.category_create*category.category_publishNote:category.category_publishonly required if you want to publish the category when creating it.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
parent.recursive | boolean | ||
expand | string | ||
ref.id | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
X-Version | string | (Required) To use this endpoint you have to add X-Version header with proper value to your request. |
Note: The header value has to match following regular expression: ^v[1-9][0-9]?$
|
| Accept | string | | |
| Content-Language | string | | |
| pageSize | number | | |
RESPONSES
status: Created
{"id":"084bcaf6-66b8-4ddd-9489-65c5f6449e94"}