Update custom table entry.

Provide an array of columns and their values.
Important: Although this is a PUT method, it behaves like a PATCH request, meaning you only need to send the fields you want to update, and any other fields will remain unchanged.
Values can be any of the supported field types.

Note: You can use Examples > Request Example option for a basic example, however, we recommend that you copy the endpoint to Postman and test more complicated structures using the JSON editor.

Path Params
string
required

Employee ID.

string
required

The ID of custom table.

string
required

The ID of custom table entry.

Body Params
Response
200

Entry updated successfully

Language
Credentials
Basic
base64
:
URL
Response
Click Try It! to start a request and see the response here!