bookmarks

Update a bookmark for a patient

put/patients/{patient_id}/bookmarks/{bookmark_id}

Path parameters

patient_idinteger required
bookmark_idinteger required

Request body

namestring required
notestring nullable

Example request

{
  "name": "Morning Granola",
  "note": "Some bookmark notes"
}

Response

successful operation

collection_idinteger required
idinteger required
namestring required
notestring nullable
source_idinteger required
source_typestring required
typestring required

Changes