Category

Modifies a category by provided category ID and accepting category data in request body.

put/category/{id}

Path parameters

idinteger required

Request body

idinteger
namestring
parentCategoryinteger
subCategoriesinteger[]

Response

Category has been successfully modified

idinteger
namestring
parentCategoryinteger
subCategoriesinteger[]

Changes