/item
Last updated
Last updated
Searches all items and returns all matching items, filtered by the passed in search parameters. If multiple tags are specified, then all items that contain at least one of the passed in tags is returned.
/item
Supplying an item object, this will create a new item with a newly assigned unique id. The Item representation returned in the response body is a representation of the Item as persisted with a unique identifier signed and with its fields properly normalized. The supplied item object submitted with the request must have a name property that is unique across all items.
/item
[^_]\w+
FUNGIBLE
, DISTINCT
Looks up an item by the passed in identifier
/item/{identifier}
Supplying an item, this will update the Item identified by the identifier in the path with contents from the passed in request body.
/item/{identifier}
[^_]\w+
Represents a spec for metadata.