Skip to content

Commit 4c7027a

Browse files
Merge branch 'develop' into feature/ERSSUP-89272
2 parents d731f36 + 5459598 commit 4c7027a

13 files changed

+706
-574
lines changed

.github/workflows/continous-integration-workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1414

package-lock.json

Lines changed: 191 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 457 additions & 421 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ pyyaml = "^6.0"
2525
docopt = "^0.6.2"
2626
jsonpath-rw = "^1.4.0"
2727
semver = "^3.0.4"
28-
gitpython = "^3.1.44"
28+
gitpython = "^3.1.45"
2929
lxml = "^4.9.4"
3030
xmlformatter = "^0.2.8"
3131
pytest-check = "^2.5.3"
32-
requests = "^2.32.4"
32+
requests = "^2.32.5"
3333
openapi-core = "^0.19.5"
3434

3535

sandbox/package-lock.json

Lines changed: 33 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"homepage": "https://github.com/NHSDigital/hello-world-api",
1313
"main": "app.js",
1414
"dependencies": {
15-
"@hapi/hapi": "^21.4.0",
15+
"@hapi/hapi": "^21.4.3",
1616
"@hapi/inert": "^7.1.0",
1717
"lodash": "^4.17.20"
1818
},

specification/components/r4/schemas/endpoints/a041-search-service-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ responses:
7272
'401':
7373
$ref: '../responses/Unauthorized.yaml'
7474
'403':
75-
$ref: '../responses/searchServiceRequest/403Response.yaml'
75+
$ref: '../responses/Forbidden.yaml'
7676
'406':
7777
$ref: '../responses/NotAcceptable.yaml'
7878
'429':

specification/components/r4/schemas/responses/ForbiddenOrNoLR.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: |
66
| ------------------------- | ---------- | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------- |
77
| REC_FORBIDDEN | forbidden | [BaRS Error Code](https://fhir.nhs.uk/CodeSystem/http-error-codes) | A call attempts to access or operate upon a resource without proper authorisation. |
88
| NO_RELATIONSHIP | forbidden | [eRS Error Code](https://fhir.nhs.uk/CodeSystem/ers-error-codes) | The caller has no legitimate relationship with the resource. |
9+
| ACCESS_DENIED | forbidden | [APIM Error Code](https://fhir.nhs.uk/CodeSystem/NHSD-API-ErrorOrWarningCode) | The request could not be authenticated due to insufficient credentials being provided. |
10+
911
headers:
1012
X-Correlation-ID:
1113
$ref: '../headers/response/CorrelationID.yaml'
@@ -18,4 +20,4 @@ content:
1820
schema:
1921
$ref: '../NHSDigital-OperationOutcome.yaml'
2022
example:
21-
$ref: '../../examples/NHSDigital-OperationOutcome-403.json'
23+
$ref: '../../examples/NHSDigital-OperationOutcome-403.json'

specification/components/r4/schemas/responses/searchServiceRequest/403Response.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

specification/components/stu3/schemas/eRS-Communication.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,4 @@ properties:
135135
text:
136136
type: string
137137
example: 'Example content...'
138-
139-
138+
description: 'Maximum 8000 characters.'

0 commit comments

Comments
 (0)