Skip to content

Commit c9ad4d7

Browse files
NPA-4575: Corrected typos
1 parent 927e87d commit c9ad4d7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

specification/examples/responses/PATCH_Consent/errors/invalid_patch_format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PatchConsentInvalidPatchFormatError:
22
summary: Bad request format is invalid
3-
description: 400 error response bundle for a malformed JSON patch document
3+
description: 400 error response for a malformed JSON patch document
44
value:
55
issue:
66
- code: invalid

specification/examples/responses/PATCH_Consent/errors/invalid_path.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PatchConsentInvalidPathError:
22
summary: Bad request path is invalid
3-
description: 400 error response bundle for patch targeting non-existent element
3+
description: 400 error response for patch targeting non-existent element
44
value:
55
issue:
66
- code: invalid

specification/examples/responses/PATCH_Consent/errors/invalid_state_transition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PatchConsentInvalidStateTransitionError:
22
summary: Bad request invalid state transition
3-
description: 422 error response bundle for a request with an invalid state transition
3+
description: 422 error response for a request with an invalid state transition
44
value:
55
issue:
66
- code: invalid

specification/examples/responses/PATCH_Consent/errors/invalid_status_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PatchConsentInvalidStatusCodeError:
22
summary: Bad request invalid status code
3-
description: 422 error response bundle for a request with an invalid status code
3+
description: 422 error response for a request with an invalid status code
44
value:
55
issue:
66
- code: invalid

specification/examples/responses/PATCH_Consent/errors/resource_not_found.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PatchConsentRelationshipNotFoundError:
2-
summary: Bad request for proxy role that ais not found
3-
description: 404 error response bundle for proxy role that is not found
2+
summary: Bad request for proxy role that is not found
3+
description: 404 error response for proxy role that is not found
44
value:
55
issue:
66
- code: invalid

0 commit comments

Comments
 (0)