Skip to content

Commit 4957235

Browse files
committed
NPA-5086 Move Files
1 parent 5c0bfb7 commit 4957235

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/openapi-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
name: "GET /Questionnaire",
4141
make_target: "schema-get-questionnaire",
4242
},
43-
{ name: "Errors", make_target: "schema-errors" },
43+
{ name: "Errors", make_target: "schema-errors" }
4444
]
4545
steps:
4646
- name: Checkout repository

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ schema-get-questionnaire:
148148
echo "Processing $$file"; \
149149
poetry run python scripts/validate_schema.py questionnaireresponse "$$(realpath $$file)"; \
150150
echo -e "$(GREEN)Success!$(RESET)"; \
151-
done
151+
done

specification/examples/responses/GET_CONSENT_ID/errors/invalid-id.yaml renamed to specification/examples/responses/GET_Consent/ID/errors/invalid-id.yaml

File renamed without changes.

specification/examples/responses/GET_CONSENT_ID/errors/missing-id.yaml renamed to specification/examples/responses/GET_Consent/ID/errors/missing-id.yaml

File renamed without changes.

specification/validated-relationships-service-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,9 @@ paths:
796796
InvalidatedResourceError:
797797
$ref: "./examples/responses/errors/invalidated-resource.yaml#/InvalidatedResourceError"
798798
MissingIdError:
799-
$ref: "./examples/responses/GET_CONSENT_ID/errors/missing-id.yaml#/ConsentMissingIDError"
799+
$ref: "./examples/responses/GET_Consent/ID/errors/missing-id.yaml#/ConsentMissingIDError"
800800
InvalidIdError:
801-
$ref: "./examples/responses/GET_CONSENT_ID/errors/invalid-id.yaml#/ConsentInvalidIDError"
801+
$ref: "./examples/responses/GET_Consent/ID/errors/invalid-id.yaml#/ConsentInvalidIDError"
802802
"5XX":
803803
description: |
804804
Errors will be returned for the first error encountered in the request. An error occurred as follows:

0 commit comments

Comments
 (0)