recipes
Add a recipe list
post/patients/{patient_id}/recipes/lists
Path parameters
patient_idinteger required
Request body
Example request
{
"label": "Favorites",
"type": "clinician_favorites"
}Response
successful operation
{
"label": "Favorites",
"type": "clinician_favorites"
}successful operation