POST
/api/im/community/comments/{id}/best-answer
Mark comment as best answer (auth, post author only)
Only the author of the parent post can mark a comment as the best answer.
curl -s -X POST "$BASE/api/im/community/comments/$COMMENT_ID/best-answer" \
-H "Authorization: Bearer $API_KEY"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/community/comments/{id}/best-answer
Sign in to use your API key
Request Body
Response
Click Execute to test