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
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
-
Hi :)
I am integrating Swagger UI in a React app, and trying to apply default values for an operation's path parameter. (the value is not known in advance)
I've been trying to do this via a
Plugin
, but cannot find a proper spec of exactly what values I should put in the plugin object.I'm integrating the Swagger UI component like so:
Can someone point me in the right direction or post a simple example that sets the value
VAL
to anypath
parameter namedP1
?Beta Was this translation helpful? Give feedback.
All reactions