Newer Version Available
Feed Elements Capability, Bookmarks
- Resource
-
1/chatter/feed-elements/feedElementId/capabilities/bookmarks1/connect/communities/communityId/chatter/feed-elements/feedElementId/capabilities/bookmarks - Available version
- 32.0
- Requires Chatter
- Yes
- HTTP methods
- GET, PATCH
- Request body for PATCH
-
- Root XML tag
-
1<bookmarksCapability> 2 <isBookmarkedByCurrentUser>true</isBookmarkedByCurrentUser> 3</bookmarksCapability> - JSON example
-
1{ 2 "isBookmarkedByCurrentUser": true 3} - Properties
-
Name Type Description Required or Optional Available Version isBookmarkedByCurrentUser Boolean Specifies if the feed element should be bookmarked for the user (true) or not (false). Required 32.0
- Request parameter for PATCH
-
Parameter Name Type Description Required or Optional Available Version isBookmarkedByCurrentUser Boolean Specifies if the feed element should be bookmarked for the user (true) or not (false). Required 32.0 - Response body for GET, PATCH
-
Bookmarks Capability
If the feed element doesn’t support this capability, the response is 404: Not Found.