Update record (v1)
Updates a record in a specified data table.
The structure of the request payload is a key-value pair of each field. You can specify fields by their UUIDs (dollar-escaped) or names. Fields not listed in the schema aren’t updated. Extra fields that aren’t included in the schema are ignored.
Path parameters
data_table_id
Provide the ID of a specific data table.
record_id
The ID of the record to be updated.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful response
document