Skip to content

Commit

Permalink
update validation error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainer M. Canavan committed Oct 27, 2020
1 parent 1ff7c6b commit 043662b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@ Let's try again:
$ curl --silent localhost:8080/..%2fswagger.yaml%23 | jq
{
"error": {
"message": "Input Validation Failed",
"message": "Client request validation failed",
"info": [
"Pattern constraint violated in path for language: Does not match the regex pattern ^[a-zA-Z0-9]+$."
"Pattern constraint violated in path for language: '../swagger.yaml#' does not match the pattern '^[a-zA-Z0-9]+$.'"
]
}
}
Expand Down

0 comments on commit 043662b

Please sign in to comment.