File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -57,9 +57,13 @@ 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
64+ ifeq ($(APIM_ENV ) , sandbox)
65+ jq '.security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
66+ endif
6367
6468
6569build-yml-oas-spec : guard-APIM_ENV
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