UpdateCategory

Update existing category model


Method name Response type Requires identity Required permissions
Request Yes None

Request structure

Field name Type Default Required Description
id numeric Yes ID of category to update
name string No Category name. Changed when specified.
isVisible boolean No If true, category will be publicly visible. Changed when specified.


Examples

There are no examples for this method.