Skip to main content
POST
/
views
/
update
Update a view's name or config
curl --request POST \
  --url https://api.supersonic.cv/views/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "view_id": "<string>",
  "name": "<string>",
  "config": {},
  "order": 123,
  "is_default": true
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
view_id
string
required

View UUID

name
string
config
object
order
integer
is_default
boolean

Response

Success

The response is of type object.