List
Create a new List in a specified Space
POST
/
api
/
v1
/
createList
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
spaceId
string
requiredThe ID of the space
name
string
requiredThe name of the list
color
string
requiredThe color code for the list
Response
201 - application/json
id
string
page
object