Newer Version Available
Comment Capability, Status
- Resource
-
1/chatter/comments/commentId/capabilities/status1/connect/communities/communityId/chatter/comments/commentId/capabilities/status - Available version
- 38.0
- Requires Chatter
- Yes
- HTTP methods
- GET, PATCH
- Response body for GET
- Status Capability
- Request body for PATCH
-
- Root XML tag
- statusCapability
- JSON example
-
1{ 2 "feedEntityStatus":"Published" 3} - Properties
-
Name Type Description Required or Optional Available Version feedEntityStatus String Specifies the status of the feed post or comment. Values are: - PendingReview—The feed post or comment isn’t approved yet and therefore isn’t published or visible.
- Published—The feed post or comment is approved and visible.
Required 37.0
- Request parameters for PATCH
-
Parameter Name Type Description Required or Optional Available Version feedEntityStatus String Specifies the status of the feed post or comment. Values are: - PendingReview—The feed post or comment isn’t approved yet and therefore isn’t published or visible.
- Published—The feed post or comment is approved and visible.
Required 38.0 - Response body for PATCH
- Status Capability