Skip to content

Update list

POST
/api/v1/list/{id}
curl --request POST \
--url https://example.com/api/v1/list/example \
--header 'Content-Type: application/json' \
--data '{}'

Updates a list by ID

id
required
string
Media type application/json
object
Example generated
{}

List

Bad Request

Not Found

Internal Server Error