Versions Compared

Key

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

...

Status
colourGreen
titlehttp post
/ctreplay/:domain?/setTag/:recordingId

Path variables:

Name

Mandatory

Type

Description

domain

Status
titleNO

Status
titleSTRING

Unique domain identifier

recordingId

Status
colourRed
titleYES

Status
titleSTRING

Unique recording identifier

Authorization:

Status
titleBEARER
(with a valid EC3 tokentoken returned by EasyCIM SSO)

Request body:

Name

Mandatory

Type

Description

-

Status
colourRed
titleyes

Status
titleobject

Tags to be modified/added

Response:

Type:

Status
titlejson

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

...