Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1 KB

File metadata and controls

17 lines (14 loc) · 1 KB

CategoryCreateUpdatePayload

Properties

Name Type Description Notes
description str Category description [optional]
locale str Category locale [optional]
name str Category name [optional]
slug str Category slug [optional]
position int Category position in the portal list to sort [optional]
portal_id int [optional]
account_id int [optional]
associated_category_id int To associate similar categories to each other, e.g same category of product documentation in different languages [optional]
parent_category_id int To define parent category, e.g product documentation has multiple level features in sales category or in engineering category. [optional]

[Back to Model list] [Back to API list] [Back to README]