URLs
POST api/v1/bookmark.xml (or .json)
CREATE a bookmark.
请求参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
ContentId |
Guid? |
Id of the content to bookmark. Either ContentUrl or Both ContentId and ContentTypeId are required. |
否 |
||
ContentTypeId |
Guid? |
Content type of the content to bookmark. Either ContentUrl or Both ContentId and ContentTypeId are required. |
否 |
||
ContentUrl |
string |
Either ContentUrl or Both ContentId and ContentTypeId are required. ContentUrl requires authentication using OAuth. |
否 |
||
TypeId |
Guid? |
Categorization type |
否 |