We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Swagger UI you're able to search by tags. However, I'm not being able to search by tags on rapidoc.
Swagger:
Rapidoc:
Schema:
openapi: 3.0.3 info: title: My Name version: 1.0.0 paths: .... .... /api/external-integrations/plugin-apps: get: operationId: external_integrations_plugin_apps_list description: List all published Plugin Apps tags: - fede security: - OAuth2 access_token: [] - businessId: [] userId: [] apiKey: [] responses: '200': content: application/json: schema: type: array items: $ref: '#/components/schemas/SerializerMeta' description: ''
The text was updated successfully, but these errors were encountered:
Search by tag is now available from v9.3.7 onwards
v9.3.7
Sorry, something went wrong.
No branches or pull requests
On Swagger UI you're able to search by tags. However, I'm not being able to search by tags on rapidoc.
Swagger:
Rapidoc:
Schema:
The text was updated successfully, but these errors were encountered: