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
Is it possible to have conditional values ? For example: Suppose JSON has 2 parameters, Country and States. Based on what country is selected, states is populated. Assuming all data takes a server side call.
The text was updated successfully, but these errors were encountered:
This has been open for ages, and there's no support for inter-dependent parameters. A related (but not identical) issue is here #256, but I'll close this one as it hasn't had much engagement over the years.
query parameters can be defined by a single schema (which would allow conditional dependencies), but this is not possible for header or path parameters.
Is it possible to have conditional values ? For example: Suppose JSON has 2 parameters, Country and States. Based on what country is selected, states is populated. Assuming all data takes a server side call.
The text was updated successfully, but these errors were encountered: