bookmarks
Add a bookmark to a collection
post/patients/{patient_id}/bookmarks/collections/{collection_id}
Path parameters
patient_idinteger required
collection_idinteger required
Request body
Example request
{
"name": "Morning Granola",
"note": "Some bookmark notes",
"source_id": 123,
"source_type": "meal",
"type": "meal"
}Response
successful operation