Update
Update Document
This API is used to update the document.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Document ID to update the document details.
Example:
"2df9e795-d368-4ceb-be9d-b44281703827"
Body
application/json
The following values are allowed:
ps
: Prescriptionlr
: Lab Reportot
: Otherds
: Discharge Summaryvc
: Vaccine Certificatein
: Insuranceiv
: Invoicesc
: Scan
Available options:
ps
, lr
, ot
, ds
, vc
, in
, iv
, sc
Example:
"lr"
If true, the record will be linked.
Example:
true
OID associated with the document.
Example:
"161847797963700"
Format should be in epoch seconds.
Example:
1614556800
Tags associated with the uploaded documents. The rules for tags are the same as the upload API.
Example:
["covid"]
Response
200
_mintlify/placeholder
Document linked successfully.