Skip to content

Commit 3ffc1ce

Browse files
Fix 400 limit messages
1 parent 6001e30 commit 3ffc1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/api/components/examples/errors/responses/listLetters/limitInvalidValue.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"errors": [
33
{
44
"code": "NOTIFY_INVALID_REQUEST",
5-
"detail": "Invalid Request: limit parameter must be a positive number not greater than 2500",
5+
"detail": "The limit parameter must be a positive number not greater than 2500",
66
"id": "rrt-1931948104716186917-c-geu2-10664-3111479-3.0",
77
"links": {
88
"about": "https://digital.nhs.uk/developer/api-catalogue/nhs-notify-supplier"

specification/api/components/examples/errors/responses/listLetters/unknownParameter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"errors": [
33
{
44
"code": "NOTIFY_INVALID_REQUEST",
5-
"detail": "Invalid Request: Only 'limit' query parameter is supported",
5+
"detail": "Only 'limit' query parameter is supported",
66
"id": "rrt-1931948104716186917-c-geu2-10664-3111479-3.0",
77
"links": {
88
"about": "https://digital.nhs.uk/developer/api-catalogue/nhs-notify-supplier"

0 commit comments

Comments
 (0)