Added

2026-07-08

GET /v3/scorecard_question_answers

  • Added: answer_with_tags to the response, an HTML-formatted version of answer that preserves rich-text formatting and @-mentions as embedded user tags; null when there is no formatting or markup to preserve.

PATCH /v3/scorecard_question_answers/{id}

  • Added: answer_with_tags to the response. Updating answer through this endpoint is treated as plain text, so answer_with_tags is cleared to null whenever answer is set in the same request.

POST /v3/scorecard_question_answers

  • Added: answer_with_tags to the response, an HTML-formatted version of answer that preserves rich-text formatting and @-mentions as embedded user tags; null when there is no formatting or markup to preserve.