Update DB record

Updates the data of a database records in the database by the UUID.

Click on the image below to enlarge the demonstration in Postman.


Payload example:

{
    "name": "Neural Link",
    "custom_fields_values": {
        "cf_trade_name": "Neural Link",
        "cf_employer_identification_number": "12-3456789"
    }
}
Body Params
string
required
json
required
file
Headers
string
required
Defaults to application/json
string
required
Defaults to Bearer {token}
Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json