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.
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