Item
Creates a new item in a specified List, within a 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 will be created. Must be a non-empty string.
Body
application/json
The URL of the image associated with the item. Optional.
The URL of the link associated with the item. Optional.
The ID of the list within the space where the item will be created. Must be a non-empty string.
The note content of the item. Optional.
The title of the item. Must be a non-empty string.
Response
200 - application/json