We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08be1f1 commit 0e3fbd6Copy full SHA for 0e3fbd6
2 files changed
Makefile
@@ -57,9 +57,13 @@ construct-spec: guard-APIM_ENV
57
$(MAKE) set-target APIM_ENV=$$APIM_ENV
58
$(MAKE) set-access APIM_ENV=$$APIM_ENV
59
60
+
61
build-json-oas-spec: guard-APIM_ENV
62
$(MAKE) construct-spec APIM_ENV=$$APIM_ENV
63
$(MAKE) publish-oas
64
+ifeq ($(APIM_ENV), sandbox)
65
+ jq '.security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
66
+endif
67
68
69
build-yml-oas-spec: guard-APIM_ENV
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