URLs
PUT api/v1/aggregatetags.xml (or .json)
UPDATE an aggregate tag.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ApplicationId |
Guid? |
Content application identifier, within which tags should be renamed/updated. ApplicationId and/or ApplicationTypeId must be set. |
否 |
||
ApplicationTypeId |
Guid? |
Content application type identifier, within which tags should be renamed/updated. ApplicationId and/or ApplicationTypeId must be set. |
否 |
||
TypeId |
Guid? |
Categorization type, within which tags should be renamed/updated. |
否 |
||
TagName |
string |
The tag to update |
是 |
||
NewTagName |
string |
The name to change the tag to |
是 |