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
Currently I defined 2 static example properties,
however this does not make it clear to users that they can send any and as much properties (key/value) as they need.
How would I go about implementing this dynamically?
Is this even possible right now? (I have my doubts due to swagger-api/swagger-ui#2771)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'd like for users to be able to dynamically provide as many
requestBody
properties (key/value)as they need to send to the endpoint in Swagger.
For this particular endpoint, these properties are not static / not always the same.
Example requestBody 1:
Example requestBody 2:
Currently I defined 2 static example properties,
however this does not make it clear to users that they can send any and as much properties (key/value) as they need.
How would I go about implementing this dynamically?
Is this even possible right now? (I have my doubts due to swagger-api/swagger-ui#2771)
Beta Was this translation helpful? Give feedback.
All reactions