Update an employee table row

Path Params
string
required
string
required

Internal name generated by system

string
required

Row ID of the employee table row

Body Params

Each parameter sent in request is mapped to the internal name generated by the table column name.

eg. For adding a row to an employee table called Pets

{ "name": "Ruby", "gender": "1", "hobbies": ["4", "5"], "age": "5" }

Single select and multi select column types should use option ID values from the Get an employee table endpoint

string
Response
200

OK

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!