cURL
curl --request POST \ --url https://api.supersonic.cv/records/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "record_id": "<string>", "data": {} } '
{}
API key: supersonic_live_...
Record UUID
Fields to update (partial; for relation fields, use the target record UUID)
Success
The response is of type object.
object