From 08852073584d9fba23da628114dd494c74c0dd8e Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 17 May 2018 20:02:07 +0800 Subject: [PATCH] update readme for adding binding about skip validate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7cfb5375..94163dfa 100644 --- a/README.md +++ b/README.md @@ -572,6 +572,7 @@ $ curl -v -X POST \ ``` **Skip validate** + When running the above example using the above the `curl` command, it returns error. Because the example use `binding:"required"` for `Password`. If use `binding:"-"` for `Password`, then it will not return error when running the above example again. ### Custom Validators