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