food
Set favorite food of the patient
put/patients/{patient_id}/foods/favorite
Path parameters
patient_idinteger required
Query parameters
food_namestring
Request body
Example request
{
"food_name": "pizza",
"replacement_food_name": "thin crust pizza"
}Response
successful operation
Changes
No recorded changes to this endpoint across all 15 revisions of this API.