v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
WafAssessmentRuns

Answer a question or best practice

Answer a question or best practice Allows adding attachments, comments, and setting state for best practice or question

post/v1/well-architected-framework/assessment-run/item/{assessment_run_id}/answer

Path parameters

assessment_run_idstring required

ID of Assessment Run. This can retrieved using List Assessment run Filter API

Request body

framework_idstring

Identity of the Framework

pillar_idstring

Identity of the Pillar

question_idstring

Identity of the Question

Example request

{
  "answer": {
    "status": "Open"
  }
}

Response

Updated

sysIdstring

ID of the Assessment run question

createdOnstring date-time

Assessment run question created on

updatedOnstring date-time

Assessment run question created on

framework_idstring

Identity of the Framework

pillar_idstring

Identity of the Pillar

question_idstring

Identity of the Question

sync_failure_reasonstring

Sync failure reason

Example response

{
  "answers": [
    {
      "status": "Open"
    }
  ]
}