specs icon indicating copy to clipboard operation
specs copied to clipboard

Specify behaviour on invalid user input

Open wetneb opened this issue 3 years ago • 1 comments

The specifications do not say much about scenarios such as:

  • the client sends an invalid reconciliation query (for instance, invalid JSON payload, or valid JSON payload which does not conform to the JSON schema)
  • the client sends too many reconciliation queries in the same HTTP request
  • the client sends too many HTTP requests at the same time
  • and many other scenarios

wetneb avatar May 17 '22 14:05 wetneb

This seem related to (or even a duplicate of) #69.

fsteeg avatar Jul 11 '24 12:07 fsteeg