-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
featureNew feature or requestNew feature or request
Milestone
Description
Authenticated users should be able to create a new item with some metadata data
(JSON). The endpoint should get the item ID from the itembase contract and return it along with the submitted data
. As with all other authenticated endpoints, this should retrieve the user's itembase address using the api key.
User Input: {data: String (JSON)}
POST Output: {data: String(JSON), id: int32}
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request