Create and manage individual occurrences of items with unique properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the item instance. |
itemId | String | The ID of the template the instance is based on. |
attributes | Object | Key-value pairs of attribute names and values. |
createdAt | String | The timestamp when the instance was created. |
updatedAt | String | The timestamp of the last update (if applicable). |
Property | Value |
---|---|
itemId | swordTemplate |
attributes | {damage: 20, durability: 100} |
Property | Value |
---|---|
id | swordInstance123 |
attributes | {damage: 45, durability: 90} |
POST /teams/{teamId}/item-instances
Description:GET /teams/{teamId}/item-instances
Description: