Skip to main content
PUT
Update

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

list_id
integer
required
Example:

8510518

Body

application/json
description
string
Example:

""

name
string
Example:

"My Cool List"

public
boolean
Example:

true

sort_by
string
Example:

"original_order.asc"

Response

201 - application/json

Update

status_code
number
Example:

12

status_message
string
Example:

"The item/record was updated successfully."

success
boolean
Example:

true