PUT POS/EventData/Events/Tags Try Now
Update tags.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The tagrequest.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of string |
None.
|
|
| Tags | Collection of string |
None.
|
|
| ActionType | UpdateAction |
None.
|
Request Formats
application/json, text/json
Sample:
{
"Ids": [
""
],
"Tags": [
""
],
"ActionType": "Overwrite"
}
Response Information
Resource Description
None.