Skip to content

Commit c002f40

Browse files
NPA-4511: Corrected paths in schema
1 parent 59f5820 commit c002f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/validated-relationships-service-api.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ paths:
529529
postConsentInvalidPerformerIdentifier:
530530
$ref: "./examples/responses/POST_Consent/errors/invalid_performer_identifier_error.yaml#/PostConsentInvalidPerformerIdentifierError"
531531
postConsentInvalidAccessLevel:
532-
$ref: "./examples/responses/POST_Consent/invalid_access_level_error.yaml#/PostConsentInvalidAccessLevelError"
532+
$ref: "./examples/responses/POST_Consent/errors/invalid_access_level_error.yaml#/PostConsentInvalidAccessLevelError"
533533
"422":
534534
description: Business rule validation failed
535535
content:
@@ -538,9 +538,9 @@ paths:
538538
$ref: "#/components/schemas/OperationOutcome"
539539
examples:
540540
postConsentMissingEvidence:
541-
$ref: "./examples/responses/POST_Consent/invalid_evidence_error.yaml#/PostConsentInvalidEvidenceError"
541+
$ref: "./examples/responses/POST_Consent/errors/invalid_evidence_error.yaml#/PostConsentInvalidEvidenceError"
542542
postConsentInvalidPatientAge:
543-
$ref: "./examples/responses/POST_Consent/invalid_patient_age_error.yaml#/PostConsentInvalidPatientAgeError"
543+
$ref: "./examples/responses/POST_Consent/errors/invalid_patient_age_error.yaml#/PostConsentInvalidPatientAgeError"
544544
"409":
545545
description: "Conflict with requested proxy role"
546546
content:

0 commit comments

Comments
 (0)