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 have an application that implements multi-tenancy with dynamic datasources and the datasource identifier provider expects there to be a query string of tenant-id. I've added that parameter to the openapi spec using an OAS enhancer and have bound that to the app. I'm seeing it in the openapi.json that's generated but the API explorer does not have that as a value that can be passed. How do I get the api explorer to allow the tenant-id query param to be added to any request?
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 have an application that implements multi-tenancy with dynamic datasources and the datasource identifier provider expects there to be a query string of tenant-id. I've added that parameter to the openapi spec using an OAS enhancer and have bound that to the app. I'm seeing it in the openapi.json that's generated but the API explorer does not have that as a value that can be passed. How do I get the api explorer to allow the tenant-id query param to be added to any request?
Beta Was this translation helpful? Give feedback.
All reactions