Update a specific record by ID
Each table has unique schema, which means that the request body should be updated with the schema relevant to the table being used. The example below is assuming that the table has a column labeled “name”.
Required API Scope: Workspace Content: Update
PUT
Update a specific record by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
Response
Success!
Update a specific record by ID