From d594a3648e4ecb668ba192ff9cf150c250397954 Mon Sep 17 00:00:00 2001 From: Jeremy L Date: Tue, 25 Apr 2023 22:24:50 -0700 Subject: [PATCH] Update README.rst (#866) Adds the new Integer option you added recently to the documentation here. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 745da27e..7dd1716b 100644 --- a/README.rst +++ b/README.rst @@ -1205,7 +1205,7 @@ after the ``apipie_validations`` before_action. TypeValidator ------------- -Check the parameter type. Only String, Hash and Array are supported +Check the parameter type. Only String, Integer, Hash and Array are supported for the sake of simplicity. Read more to find out how to add your own validator.