PUT Account/MyAccount/Users/{id}/Tags Try Now

Tagses the specified identifier.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The identifier.
string
Required

Body Parameters

The tag request.

NameDescriptionTypeAdditional information
Tags
The object identifier.
Collection of string
Required
ActionType
The update action.
UpdateAction
None.

Request Formats

application/json, text/json

Sample:
{
  "Tags": [
    ""
  ],
  "ActionType": "Overwrite"
}

Response Information

Resource Description

None.