patch https://fhir-api.zapehr.com/r4b/Endpoint/
Endpoint on the FHIR specification website.
The technical details of an endpoint that can be used for electronic services, such as for web services providing XDS.b or a REST endpoint for another FHIR server. This may include any security context information.
The body should be a list of valid JSON patches for Endpoint. For example, to update a Slot status to busy, this would be the body:
[
{
op: 'replace',
path: '/status',
value: 'busy',
},
],