bookmarks

Create a new bookmark collection

post/patients/{patient_id}/bookmarks/collections

Path parameters

patient_idinteger required

Request body

descriptionstring nullable
namestring required
system_key'default_meals' | 'default_recipes' | 'custom_foods'

Example request

{
  "description": "Some description of the collection",
  "name": "Bookmarked Meals"
}

Response

successful operation

descriptionstring nullable
idinteger required
namestring required
system_key'default_meals' | 'default_recipes' | 'custom_foods'

Changes