Replies: 1 comment
-
Kong deliberately does not support validation at that granularity. You can implement the Validate interface and do it manually or via an existing validation library like validator. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a flag, type int. I need it to always be greater than 0. How can I do that?
Beta Was this translation helpful? Give feedback.
All reactions