Plans
Update Patient Plan
PATCH
Since Patient Plans are immutable (except for source_id), this API should only be used for updating your source_ids in our system
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Request schema for updating a patient plan
Request schema for updating a patient plan
Unique identifier for the patient plan. This is (optionally) generated and supplied by API clients
Response
204
OK