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

FieldTypeReqDefaultDescription
idstringY

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