Skip to main content
POST
/
records
/
update
Partial update of record data
curl --request POST \
  --url https://api.supersonic.cv/records/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "record_id": "<string>",
  "data": {}
}
'
{}

Authorizations

Authorization
string
header
required

API key: supersonic_live_...

Body

application/json
record_id
string
required

Record UUID

data
object
required

Fields to update (partial; for relation fields, use the target record UUID)

Response

Success

The response is of type object.