List
Update list by Id
Updates list details by its Id. Updating a list does not does not update item details. To add or delete items to or from a list, use POST/{listId}/items
endpoint.
PATCH
/
list
/
{listId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
listId
string
requiredId of the list that is updated.
Body
application/json
List details
name
string
requireduserId
string
requiredlistId
string
listType
string
notes
string
attributes
object
count
integer
Number of items added to the list.
Required range:
x > 0
createdAt
string
updatedAt
string
Response
200 - application/json
List details
name
string
requireduserId
string
requiredlistId
string
listType
string
notes
string
attributes
object
count
integer
Number of items added to the list.
Required range:
x > 0
createdAt
string
updatedAt
string
Was this page helpful?