Skip to main content
POST
/
reports
/
update
Update a saved report (name and/or config)
curl --request POST \
  --url https://api.supersonic.cv/reports/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "report_id": "<string>",
  "name": "<string>",
  "config": {}
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
report_id
string
required

Report UUID

name
string
config
object

Updated report config

Response

Success

The response is of type object.