recipes
Resolve, correct or reject one ingredient line
Attach a food to the line, replace an incorrect match, or reject the line as not an ingredient. Every outcome is written to the correction ledger with actor_type patient, and the recipe's nutrition is recalculated.
put/patients/{patient_id}/recipes/{recipe_id}/review/{ingredient_id}
Path parameters
patient_idinteger required
recipe_idinteger required
ingredient_idinteger required
Request body
Response
successful operation
Changes
Changed in 2 of the 15 revisions of this API.2
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○