...
Authorization:
Status | ||
---|---|---|
|
Request body:
Name | Mandatory | Type | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- |
|
| Tags to be modified/added |
...
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
result |
| If true, the service response was performed correctly | ||||||||
error |
| Contains the error description if an error has occurred in the request |
Example:
Request:
http://<hostname>:<port>/ctreplay/default/setTag/5f048b1a2b66ce470c46460d
Request Body:
Code Block | ||
---|---|---|
| ||
{ "auto": true, "callType": "outbound", "tags": { "foo": "bar" } } |
...