Post
/update/list
Used to update an existing list. Check out the list create method to see the available parameters. Review our dedicated guide for more information on user lists.
Body parameters
object
apptoken
string Required
Your App token
id
integer (int32) Required
ID of the list
title
string
Updated title of the list
Responses
200
200
Result
{
"success": "True",
"code": "200",
"message": "List is successfully updated"
}object
success
boolean
Defaulttrue
ExampleTrue
code
integer
Default0
Example200
message
string
ExampleList is successfully updated
model
object
400
400
Result
{
"success": "False",
"code": "400",
"message": "id cannot be blank."
}object
success
boolean
Defaulttrue
ExampleFalse
code
integer
Default0
Example400
message
string
Exampleid cannot be blank.