Update External Chat Gateway
This request edits the attributes of an external chat gateway.
Resource
PATCH /externalchatgateways/<OID>
Where OID
is the object ID of the External Chat Gateway.
Parameters
None
Payload
Fields
Name | Patch Operations |
---|---|
commonName |
|
identity |
|
active |
|
traceIncoming |
|
traceOutgoing |
|
phoneLine |
|
xelionAuthToken |
|
transcriptEmailSender |
|
transcriptEmailSubject |
|
transcriptEmailText |
|
transcriptTitle |
|
transcriptLocale |
|
Response
None
Context
Authorization |
Administration |
Errors
Example
Request
PATCH https://xelion.nl/api/v1/master/externalchatgateways/2064056
Payload
{
"operations": [
{
"op": "replace",
"path": "/xelionAuthToken",
"value": "123456"
}
]
}