URLs
POST api/v1/contenttags.xml (or .json)
CREATE a content tag or tags on content.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
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 |
否 |