URLs
PUT api/v1/contenttags.xml (or .json)
UPDATE a content tag.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ContentId |
Guid? |
Content identifier. This or ContentUrl is required. |
否 |
||
ContentTypeId |
Guid? |
Content type identifier, required with ContentId. |
否 |
||
ContentUrl |
string |
Either ContentUrl or ContentId are required |
否 |
||
Tags |
string |
A comma-seperated list of tags to filter by |
否 |
||
TypeId |
Guid? |
Categorization type |
否 |