Closed Federico-Comesana closed 1 month ago
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: ''
Search by tag is now available from v9.3.7 onwards
v9.3.7
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: