Skip to main content

Create or Update an Item Consumable

PUT 

/consumables/items/:itemId

This endpoint is used to set the properties of an Item.

If the Item referenced by the provided itemId does not already exist, it is created. If the Item already exists, then only the provided values are updated.

Request

Responses

Unauthorized response indicating that authentication failed