Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 560 Bytes

CategoriesCreateRequestBody.md

File metadata and controls

14 lines (8 loc) · 560 Bytes

CategoriesCreateRequestBody

Request body schema for POST v1/categories.

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]