Get all |
|
| Get All configuration Categories. |
---|---|---|---|
Get |
|
| Get Configuration category with |
Create |
|
| Create a Configuration Category |
Update |
|
| Update Configuration category with |
Delete |
|
| Delete Configuration category with |
The configuration categories model is composed of the following attributes:
Attribute | Type | Required | Description |
---|---|---|---|
key | string | no, required on create | The configuration Category key. |
name | string | no | The configuration Category name. |
description | string | no | The configuration Category Description. |
image | string | no | The configuration Category image. |
video | string | no | The configuration Category Video. |
more_info | string | no | The configuration Category Information with more details. |
support_url | string | no | The configuration Category Link to support page. |
rank | integer | no | The configuration Category rank to order the categories. |
enabled | boolean | no | Mark if the Configuration category is enable to show |
parent_category_id | integer | no | Mark which category it belongs to as categories can belong to other categories |