Skip to main content
POST
/
lists
/
update
Update a list's name
curl --request POST \
  --url https://api.supersonic.cv/lists/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "list_id": "<string>",
  "name": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
list_id
string
required

List UUID

name
string

New name

Response

Success

The response is of type object.