/lists/:id (PATCH)
PATCH /lists/:id
PATCH
/lists/:id
Authorizations
Parameters
Path Parameters
id
required
string
Request Body
object
title
List title
string
public
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
List title too long
List title too long
object
error
required
List title is too long
string
404
List not found
object
error
required
List not found
string
500
Internal error
Internal server error
object
error
required
Internal server error
string