Validate Max Rule #241
Unanswered
AndrewMarkUK
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@AndrewMarkUK Hey! You are not missing anything, this is not yet implemented 🫣 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a validate rule that looks like this:
'action_name' => 'required|string|max:50'
In the API Documentation then, it is displayed as required and as a string BUT...there is no display for max characters.
I am trying to tell tell the user in the docs that action_name can have a max character count of 50.
Is there something I am missing here?
Beta Was this translation helpful? Give feedback.
All reactions