Replies: 2 comments
-
|
We respond with a 400 INVALID_ARGUMENT |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I found the answer her: https://github.com/camaraproject/NumberRecycling/blob/r2.2/code/Test_definitions/number-recycling.feature#L74-L81 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I just have a small question. When I request with a
specifiedDatein the future, how to respond then?{ "phoneNumber": "+123456789", "specifiedDate": "2024-10-31" }a) 400 with
OUT_OF_RANGE-> needs to be documented that future dates are not allowedb) 400 with
INVALID_ARGUMENT-> needs to be documented that future dates are not allowedc) ?
Or are future days allowed as well?
Beta Was this translation helpful? Give feedback.
All reactions