Merge "Fix docs for length constraint supported types"

This commit is contained in:
Jenkins 2017-04-06 10:25:46 +00:00 committed by Gerrit Code Review
commit 08a8961001

View File

@ -532,8 +532,10 @@ with the concrete syntax for each type.
length
++++++
The ``length`` constraint applies to parameters of type
``string``. It defines a lower and upper limit for the length of the
string value.
``string``, ``comma_delimited_list`` and ``json``.
It defines a lower and upper limit for the length of the string value or
list/map collection.
The syntax of the ``length`` constraint is