We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08be1f1 commit 768ca89Copy full SHA for 768ca89
Makefile
@@ -75,6 +75,7 @@ bundle-oas:
75
generate-sandbox:
76
$(MAKE) build-json-oas-spec APIM_ENV=sandbox
77
jq --slurpfile status sandbox/HealthcheckEndpoint.json '.paths += $$status[0]' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
78
+ jq '.security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
79
npm run generate-sandbox
80
81
serve-swagger:
sandbox/api/openapi.yaml
@@ -12,8 +12,6 @@ servers:
12
url: http://127.0.0.1:3000
13
- description: Public sandbox
14
url: https://sandbox-server.nhs.uk/nhs-notify-supplier-api
15
-security:
16
-- app-level0: []
17
tags:
18
- description: ""
19
name: letter
0 commit comments