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 @@ -206,6 +206,7 @@ jobs:
206206 run : ./.github/scripts/deploy_api.sh
207207
208208 - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
209+ if : always() && !cancelled()
209210 name : Upload specs
210211 with :
211212 name : ${{ inputs.APIGEE_ENVIRONMENT }}-specs
Original file line number Diff line number Diff line change 22# for the Prescriptions API
33# owned by NHS Digital (https://digital.nhs.uk/)
44
5- openapi : 3.0.0
6- x-nhs-api-spec-guid : 816f3e79-1d81-4ae7-af54-dcd4a739d01a
5+ openapi : 3.0.3
76info :
87 title : Prescriptions for Patients API
98 version : " 0.0.1"
@@ -123,6 +122,8 @@ paths:
123122 - $ref : " #/components/parameters/BearerAuthorisation"
124123 - $ref : " #/components/parameters/RequestID"
125124 - $ref : " #/components/parameters/CorrelationID"
125+ security :
126+ - nhs-login-p9 : []
126127 responses :
127128 " 200 " :
128129 description : Successful retrieval.
You can’t perform that action at this time.
0 commit comments