v1

latestOpenAPI 3.0.12026-07-2412502.6 MB
Item Categories

Edit an item category

 

patch/item_categories/{item_category_id}

Request body

item_category_namestring

Update the item category a name.

item_category_descriptionstring

Update the description for the item category.

item_category_imagestring

Base64 Encoded.

item_category_thumbnailstring

Base64 Encoded.

item_category_tagstring

If tag does not exist, they will be created. For multiples, separate by ,

item_category_notesstring

Apply note to the history of this item category.

Response

OK

item_category_idinteger
item_category_slugstring nullable
item_category_namestring
item_category_descriptionstring nullable
item_category_imagestring nullable
item_category_thumbnailstring nullable
date_createdstring date-time
created_byinteger
date_modifiedstring date-time
modified_byinteger
item_category_notesstring nullable

Example response

{
  "date_created": "2023-04-01 00:00:00",
  "date_modified": "2023-04-01 00:00:00"
}