Added
2026-07-08
2 months ago
GET /v3/scorecard_question_answers
- Added:
answer_with_tagsto the response, an HTML-formatted version ofanswerthat preserves rich-text formatting and@-mentions as embedded user tags;nullwhen there is no formatting or markup to preserve.
PATCH /v3/scorecard_question_answers/{id}
- Added:
answer_with_tagsto the response. Updatinganswerthrough this endpoint is treated as plain text, soanswer_with_tagsis cleared tonullwheneveransweris set in the same request.
POST /v3/scorecard_question_answers
- Added:
answer_with_tagsto the response, an HTML-formatted version ofanswerthat preserves rich-text formatting and@-mentions as embedded user tags;nullwhen there is no formatting or markup to preserve.