File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ construct-spec: guard-APIM_ENV
5757 $(MAKE ) set-target APIM_ENV=$$ APIM_ENV
5858 $(MAKE ) set-access APIM_ENV=$$ APIM_ENV
5959
60+
6061build-json-oas-spec : guard-APIM_ENV
6162 $(MAKE ) construct-spec APIM_ENV=$$ APIM_ENV
6263 $(MAKE ) publish-oas
@@ -75,6 +76,7 @@ bundle-oas:
7576generate-sandbox :
7677 $(MAKE ) build-json-oas-spec APIM_ENV=sandbox
7778 jq --slurpfile status sandbox/HealthcheckEndpoint.json ' .paths += $$status[0]' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
79+ jq ' .security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
7880 npm run generate-sandbox
7981
8082serve-swagger :
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ servers:
1212 url : http://127.0.0.1:3000
1313- description : Public sandbox
1414 url : https://sandbox-server.nhs.uk/nhs-notify-supplier-api
15- security :
16- - app-level0 : []
1715tags :
1816- description : " "
1917 name : letter
You can’t perform that action at this time.
0 commit comments