コンテンツにスキップ

/lists (POST)

POST
/lists

Authorizations

Request Body

object
title
required

List title (1-100 characters)

string
Pulsate developers
public
required

If true, list is public

boolean

Responses

200

OK

object
id
required

List ID

string
38477395
title
required

List title

string
Pulsate developers
public
required

If true, list is public

boolean

400

Bad request

List title too long

object
error
required

List title is too long

string
Allowed values: TITLE_TOO_LONG

500

Internal error

Internal server error

object
error
required

Internal server error

string
Allowed values: INTERNAL_ERROR