Skip to content

Commit 30afabb

Browse files
committed
hypens to underscores
1 parent d5351ff commit 30afabb

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
@@ -311,11 +311,11 @@ paths:
311311
$ref: "#/components/schemas/OperationOutcome"
312312
examples:
313313
invalidReferenceCode:
314-
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/invalid-reference-code.yaml#/InvalidReferenceCode"
314+
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/invalid_reference_code.yaml#/InvalidReferenceCode"
315315
missingReferenceCode:
316-
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/missing-reference-code.yaml#/MissingReferenceCode"
316+
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/missing_reference_code.yaml#/MissingReferenceCode"
317317
referenceCodeNotFound:
318-
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/questionnaire-response-not-found.yaml#/QuestionnaireResponseNotFound"
318+
$ref: "./examples/responses/GET_QuestionnaireResponse/errors/questionnaire_response_not_found.yaml#/QuestionnaireResponseNotFound"
319319
"5XX":
320320
description: Server error
321321
content:

0 commit comments

Comments
 (0)