Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 591 Bytes

File metadata and controls

12 lines (8 loc) · 591 Bytes

Voucherify.Model.CategoriesUpdateRequestBody

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

Properties

Name Type Description Notes
Name string 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]