patch https://fhir-api.zapehr.com/r4b/DocumentManifest/
DocumentManifest on the FHIR specification website.
A collection of documents compiled for a purpose together with metadata that applies to the collection.
The body should be a list of valid JSON patches for DocumentManifest. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],