---
title: "Vote Recommendation"
method: PUT
path: "/eligibility-checks/v1/recommendation/{recommendation_id}/{version}/vote"
tags: ["v1"]
---

# Vote Recommendation

`PUT /eligibility-checks/v1/recommendation/{recommendation_id}/{version}/vote`

Submit user feedback on an eligibility recommendation. The path must contain the next version number to prevent race conditions. For example, if the current version of the recommendation is n, you will need to send a request to this endpoint with `/{recommendation_id}/{n+1}/vote` to update the vote.

## Path parameters

- `recommendation_id` string, required
- `version` string, required

## Headers

- `Authorization` string, required

## Request body

- V1Vote — unresolved $ref

## Response `200`

Response with status 200

- V1EligibilityRecommendation — unresolved $ref

## Other responses

- `404` — Error response with status 404
- `409` — Error response with status 409

---

[API](https://skmtc.net/joincandidhealth/apis/api-reference.md) · [All operations](https://skmtc.net/joincandidhealth/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/joincandidhealth/api-reference/revisions/7cc5974e4128/schema)
