Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ construct-spec: guard-APIM_ENV
$(MAKE) set-target APIM_ENV=$$APIM_ENV
$(MAKE) set-access APIM_ENV=$$APIM_ENV


build-json-oas-spec: guard-APIM_ENV
$(MAKE) construct-spec APIM_ENV=$$APIM_ENV
$(MAKE) publish-oas
Expand All @@ -75,6 +76,7 @@ bundle-oas:
generate-sandbox:
$(MAKE) build-json-oas-spec APIM_ENV=sandbox
jq --slurpfile status sandbox/HealthcheckEndpoint.json '.paths += $$status[0]' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
jq '.security = []' build/notify-supplier.json > tmp.json && mv tmp.json build/notify-supplier.json
npm run generate-sandbox

serve-swagger:
Expand Down
2 changes: 0 additions & 2 deletions sandbox/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ servers:
url: http://127.0.0.1:3000
- description: Public sandbox
url: https://sandbox-server.nhs.uk/nhs-notify-supplier-api
security:
- app-level0: []
tags:
- description: ""
name: letter
Expand Down
Loading