Skip to main content
POST
Equip an item from inventory into a named slot

Body

application/json

Equip an inventory item into a named slot (defaults to weapon): entity_id, slot, item_id. Auto-creates Equipment and StatModifiers if absent.

The body is of type any.

Response

200 - application/json

Item equipped; ok is false with a message if the item is not in the inventory or the entity is missing.

ok
boolean
required
message
string | null