Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 572 Bytes

CategoriesUpdateRequestBody.md

File metadata and controls

14 lines (8 loc) · 572 Bytes

CategoriesUpdateRequestBody

Request body schema for PUT v1/categories/{categoryId}.

Properties

Name Type Description Notes
name str Category name. [optional]
hierarchy int Category hierarchy. Categories with lower hierarchy are processed before categories with higher hierarchy value. [optional]

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