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

namestring required
notestring nullable
source_idinteger required
source_typestring required
typestring required

Example request

{
  "name": "Morning Granola",
  "note": "Some bookmark notes",
  "source_id": 123,
  "source_type": "meal",
  "type": "meal"
}

Response

successful operation

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

Changes

Changed in 1 of the 15 revisions of this API.4

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    • ○

      added the optional property // to the response with the status

      response-optional-property-added