From a854307aa23cdb4ac66aa6ee45a902ccfc2981d7 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Sun, 9 Feb 2025 14:56:33 -0600 Subject: [PATCH] Fixed proxy script example placement --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5cdcf11..e114551 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,6 @@ The file should look something like this when complete. An example proxy script has been provided to test our a Patient.READ(DSTU2) API Call. Ideally, you should work this into your Conversation Flows using the *Call API* Widget -You can call this Proxy Script using the follow cUrl command on the Proxy end point for your workspace and you should get some patient details back. For example, - -```bash -curl --location 'https://router.ivastudio.verint.live/ProxyScript/run/661554664677144c0e1e71d5/current/fhirPatientRead' -``` - ```javascript (async () => { try { @@ -91,3 +85,9 @@ curl --location 'https://router.ivastudio.verint.live/ProxyScript/run/6615546646 } })(); ``` + +You can call this Proxy Script using the follow cUrl command on the Proxy end point for your workspace and you should get some patient details back. For example, + +```bash +curl --location 'https://router.ivastudio.verint.live/ProxyScript/run/661554664677144c0e1e71d5/current/fhirPatientRead' +```