Skip to content

Commit 858a7e8

Browse files
Update eligibility-signposting-api.yaml
Attempt to remediate environment specific security scheme
1 parent 0551349 commit 858a7e8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

specification/eligibility-signposting-api.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ paths:
2525
Determines which suggestions a person is eligible for and which they are
2626
not, including reasons and next steps.
2727
security:
28-
- $ref: "../specification/components/security/security.yaml"
28+
- environment-specific-secured: []
2929
operationId: checkEligibility
3030
parameters:
3131
- name: id
@@ -539,7 +539,8 @@ paths:
539539
################################################################################
540540
components:
541541
securitySchemes:
542-
$ref: "components/security/security.yaml"
542+
environment-specific-secured:
543+
$ref: "components/security/security.yaml"
543544
x-nhsd-apim:
544545
access:
545546
$ref: "x-nhsd-apim/access.yaml"

0 commit comments

Comments
 (0)