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

Authorizations

Authorization
string
headerrequired

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
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.