/lists (POST)
POST /lists
POST
/lists
Authorizations
Request Body
object
title
required
List title (1-100 characters)
string
public
required
If true, list is public
boolean
Responses
200
OK
object
id
required
List ID
string
title
required
List title
string
public
required
If true, list is public
boolean
400
Bad request
List title too long
object
error
required
List title is too long
string
500
Internal error
Internal server error
object
error
required
Internal server error
string