# Submit Checklist Item Feedback

Submit feedback on a specific checklist item for a subject.

Endpoint: POST /api/v1/patient-registry/checklist/{checklistId}/item/{checklistItemId}/feedback
Version: V1
Security: bearer

## Header parameters:

  - `ProjectId` (string, required)
    Example: "e6b01018-a333-4732-917e-fe38e91b0fdf"

## Path parameters:

  - `checklistId` (string, required)

  - `checklistItemId` (string, required)

## Request fields (application/json):

  - `subjectId` (string, required)
    ID of the subject to submit feedback for.

  - `feedbackType` (string, required)
    The type of feedback being submitted.
    Enum: "positive", "negative", "harmful"

  - `comment` (string)
    Optional comment providing additional context for the feedback. Required when feedbackType is harmful.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 429 fields
