Update scorecard question answer

Update an existing scorecard question answer in place. Only the response fields (answer for text questions, boolean_value for yes_no questions) can be changed; the scorecard_id / scorecard_question_id linkage is immutable and sending either is rejected as a disallowed property. Sending the wrong field for the question's answer_type returns a 422.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params
string | null

Updated free-text response for text-type questions. Send null or an empty string to clear the answer. Rejected with a 422 if the underlying question's answer_type is not text.

boolean | null

Updated response for yes_no-type questions: true for yes, false for no, null to clear. Rejected with a 422 (Cannot update boolean value for non-boolean question.) if the underlying question's answer_type is not yes_no.

Responses

401

Unauthorized

403

Forbidden

422

Unprocessable Content

Language
Credentials
Missing 1 required scope
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json