From Bright Pattern Documentation
Update a record
Description | Updates fields of an existing record in specified calling list. The request can contain either a full or a partial set of fields. All unique keys must be present and their values cannot be changed.
|
URL | http[s]://<host>:<port>/admin/ws/t/<tenant_url>/callinglist/update/<list_name> |
Method | POST |
Request body | Names and values of record fields (content type: application/json). Example:
{ |
Returns | 204 – Record updated |
Errors | 400 – Bad request (missing mandatory fields or incorrect format)
401 – Authentication failed 403 – Authentication succeeded, but authorization failed (no privileges) 404 – Calling list is not found or record is not found or url is invalid |