v1
Vote Recommendation
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.
put/eligibility-checks/v1/recommendation/{recommendation_id}/{version}/vote
Path parameters
recommendation_idstring required
versionstring required
Headers
Authorizationstring required
OAuth authentication
Request body
V1Vote required— unresolved $ref
Response
Response with status 200
V1EligibilityRecommendation required— unresolved $ref