Newer Version Available
Comment Capability, Verified
- Resource
-
1/chatter/comments/commentId/capabilities/verified1/connect/communities/communityId/chatter/comments/commentId/capabilities/verifiedThe commentId must be the ID of a comment on a question post. Only one comment on a question post can be marked as verified.
- Available version
- 41.0
- Requires Chatter
- Yes
- HTTP methods
- GET, PATCH
- Request body for PATCH
-
- Root XML tag
- <verifiedCapability>
- JSON example
-
1{ 2 "isVerified": "true" 3} - Properties
-
Name Type Description Required or Optional Available Version isVerified Boolean Specifies whether to mark the comment as verified (true) or unverified (false). Only verified comments can be marked as unverified, and only unverified comments can be marked as verified.
Required 41.0
- Request parameters for PATCH
-
Parameter Name Type Description Required or Optional Available Version isVerified Boolean Specifies whether to mark the comment as verified (true) or unverified (false). Only verified comments can be marked as unverified, and only unverified comments can be marked as verified.
Required 41.0 - Response body for GET and PATCH
-
Verified Capability
If the comment doesn’t support this capability, the response is 404: Not Found.