recipes

Add a recipe list

post/patients/{patient_id}/recipes/lists

Path parameters

patient_idinteger required

Request body

labelstring required
typestring

Example request

{
  "label": "Favorites",
  "type": "clinician_favorites"
}

Response

successful operation

idstring required
labelstring required
type'patient_favourites' | 'patient_to_try' | 'patient_generated_suggestions' | 'patient_bookmarks'

Changes