Add Event Tag

Add Event Tag

Add a tag to a specific event

Request
URI
PUT
https://{api_host}/api/v2/event/{id}/tag/{tagValue}
COPY
Path Parameters
string
id
Required

id

string
tagValue
Required

tagValue


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainer of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    }
}
status
Required

status

object
response
Optional

response