POST
/
api
/
v1
/
updateItem
/
{spaceId}
/
{itemId}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

The ID of the space where the item is located. Must be a non-empty string.

itemId
string
required

The ID of the item to update. Must be a non-empty string.

Body

application/json
image
string

The new URL of the image associated with the item. Optional.

The new URL of the link associated with the item. Optional.

note
string

The new note content of the item. Optional.

title
string

The new title of the item. Optional.