You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it is a bug because in my case i have two APIs like:
/{type}/ - that gets all entries of type {type}
/{type}/{id} - that gets the entry with the provided {id}
If the playground allows providing empty value for the {id} then the first API will be called - > problem!
The Playground allows the user to submit the form even if there are required empty fields that should not be empty.
The text was updated successfully, but these errors were encountered: