Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Authorization:

Status
titleBEARER
(with a valid EC3 token)

Request body:

Name

Mandatory

Type

Description

-

Status
colourRed
titleyes

Status
titleobject

Tags to be modified/added

...

Name

Type

Description

result

Status
titleBOOLEAN

If true, the service response was performed correctly

error

Status
titleNULL
/
Status
titleSTRING

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
languagejson
{
    "auto": true,
    "callType": "outbound",
    "tags": {
        "foo": "bar"
    }
}

...