Static Contacts
Update
PATCH
/departments/{departmentId}/contacts/{contactId}
https://api.relesysapp.net/api/v1.4/departments/{departmentId}/contacts/{contactId}
Update the static contact with ID
The following fields can be updated:
contactId in the department with ID departmentId. Accepts a JsonPatch request in the body.The following fields can be updated:
name, title, email, phoneNumber, imageId.
Scopes: relesys.api, relesys.api:write, relesys.api.users, relesys.api.users:write
URL Path
| departmentId | string / guid | The department's unique identifier | required | |
| contactId | string / guid | The contact's unique identifier | required |
Request Body
application/json-patch+json| array[object] | ||||
| from | string | optional | ||
| op | string | optional | ||
| path | string | optional | ||
| value | object | optional | ||