We are using Redocly to document one of our C# APIs. I want to show which Scopes are required for each API endpoint. Right now the OpenAPI documentation is generated from our code, and we use a SwaggerRequiredScopes
attribute to mark which scopes are required by the API endpoint. This is working perfectly, except that we do not want the Flow Type
and Token URL
and Scopes
to show under each API endpoint. Instead, we just want Required Scopes
to show:
How do we do this?