Item
Updates details of a specific Item in a specific Space.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the space where the item is located. Must be a non-empty string.
Example:
"EeQKVCfV0tsoQwmeE0nA"
The ID of the item to update. Must be a non-empty string.
Example:
"hRzp9xTTl5pnj2G2Nr3E"
Body
application/json
The new title of the item. Optional.
Example:
"Update item title 2"
The new note content of the item. Optional.
Example:
"This is my
wonderful note"
The new URL of the image associated with the item. Optional.
Example:
"https://media.discordapp.net/attachments/1069316234291712020/1105446908962558022/samoshasfallen_Design_a_bustling_fantasy_marketplace_filled_wit_6b011c6f-6d0c-4e52-b65b-c76f313ef5f4.png"
The new URL of the link associated with the item. Optional.
Response
200
_mintlify/placeholder
Updated