---
title: "Update Requirement Note"
method: PATCH
path: "/evidence-packets/{evidence_packet_id}/requirements/{requirement_id}"
tags: ["evidence-packets"]
---

# Update Requirement Note

`PATCH /evidence-packets/{evidence_packet_id}/requirements/{requirement_id}`

Update the note on a requirement.

This endpoint only allows updating the vendor-supplied note field.

## Path parameters

- `evidence_packet_id` string, uuid, required
- `requirement_id` string, uuid, required

## Request body

- UpdateRequirementNoteRequest
  - `vendor_answer` QuestionnaireVendorAnswer
    - `answer` string
    - `choices` string[], nullable
    - `notes` string, nullable

## Response `200`

Successful Response

- EvidenceRequirementResponse — Response model for a requirement (question) in an evidence packet.
  - `id` string, uuid, required
  - `evidence_packet_contents_id` string, uuid, nullable, required
  - `template_id` string, uuid, nullable, required
  - `template_name` string, nullable, required
  - `question_id` string, uuid, required
  - `question_index` integer, required
  - `question` union, required
    - FreeResponseQuestion
      - `question` string, required
      - `additional_context` string, nullable
      - `score_compliance` boolean
      - `question_id` string, required
      - `type` 'free'
    - MultipleChoiceQuestion
      - `question` string, required
      - `options` string[], required
      - `additional_context` string, nullable
      - `score_compliance` boolean
      - `question_id` string, required
      - `type` 'multiple'
    - ChooseOneQuestion
      - `question` string, required
      - `options` string[], required
      - `additional_context` string, nullable
      - `score_compliance` boolean
      - `question_id` string, required
      - `type` 'one'
  - `answer` union, required
    - QuestionnaireAnswerChoiceAnswer
      - `question` string, required
      - `options` string[], nullable
      - `type` 'free' | 'one' | 'multiple', required
      - `answer` ChoiceAnswerOutput[], required
        - `choice` string, required
        - `explanation` string
        - `citations` BackendModelsPydanticDraftingCitation[], required
          - `type` string, required
          - `cited_text` string, required
          - `document_index` integer, required
          - `document_title` string, required
          - `end_page_number` integer, required
          - `start_page_number` integer, required
        - `conflicting` boolean
      - `compliant` 'compliant' | 'non_compliant' | 'partially_compliant' | 'not_applicable'
      - `vendor_answer` QuestionnaireVendorAnswer
        - `answer` string
        - `choices` string[], nullable
        - `notes` string, nullable
      - `label` string, nullable
    - QuestionnaireAnswerFreeAnswer
      - `question` string, required
      - `options` string[], nullable
      - `type` 'free' | 'one' | 'multiple', required
      - `answer` FreeAnswerOutput[], required
        - `answer` string, required
        - `citations` BackendModelsPydanticDraftingCitation[], required
          - `type` string, required
          - `cited_text` string, required
          - `document_index` integer, required
          - `document_title` string, required
          - `end_page_number` integer, required
          - `start_page_number` integer, required
      - `compliant` 'compliant' | 'non_compliant' | 'partially_compliant' | 'not_applicable'
      - `vendor_answer` QuestionnaireVendorAnswer
        - `answer` string
        - `choices` string[], nullable
        - `notes` string, nullable
      - `label` string, nullable
  - `compliance` 'compliant' | 'non_compliant' | 'partially_compliant' | 'no_evidence' | 'not_applicable', required — Compliance status for an evidence requirement.
  - `check_label` string, nullable
  - `ai_check_label` string, nullable
  - `classified_at` string, date-time, nullable
  - `note` QuestionnaireVendorAnswer, required
    - `answer` string
    - `choices` string[], nullable
    - `notes` string, nullable
  - `reviewer_note` string, nullable
  - `approval_status` 'pending' | 'approved' | 'issue_created' — Approval status for an evidence requirement check.
  - `issue_id` string, uuid, nullable
  - `collaborative_task_id` string, uuid, nullable
  - `vendor_response_required` boolean
  - `closed_at` string, date-time, nullable
  - `closed_by` RequirementCloser — The user who closed out a requirement (approved it or created an issue).
    - `user_id` string, uuid, required
    - `name` string, required
    - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/eb329fb4c94a/schema)
