コンテンツにスキップ

/lists/:id (PATCH)

PATCH
/lists/:id

Authorizations

Parameters

Path Parameters

id
required
string

Request Body

object
title

List title

string
Pulsate developers
public

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

List title too long

List title too long

object
error
required

List title is too long

string
Allowed values: TITLE_TOO_LONG

404

List not found

object
error
required

List not found

string
Allowed values: LIST_NOT_FOUND

500

Internal error

Internal server error

object
error
required

Internal server error

string
Allowed values: INTERNAL_ERROR