Manage Lists
Update List
Update a List that you own.
PUT
/
2
/
lists
/
{id}
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredThe ID of the List to modify.
Body
application/json
description
string
Maximum length:
100
name
string
Required string length:
1 - 25
private
boolean
Response
200 - application/json
data
object
errors
object[]