Item
Updates details of a specific Item in a specific Space.
POST
/
api
/
v1
/
updateItem
/
{spaceId}
/
{itemId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
spaceId
string
requiredThe ID of the space where the item is located. Must be a non-empty string.
itemId
string
requiredThe ID of the item to update. Must be a non-empty string.
Body
application/json
title
string
The new title of the item. Optional.
note
string
The new note content of the item. Optional.
image
string
The new URL of the image associated with the item. Optional.
link
string
The new URL of the link associated with the item. Optional.