Hi there! Trying to figure out if i’ve done something wrong here.
Each of our endpoints shows correctly in the UI as having Authorization (bearer token) required on the request. There is a security schema that is applied to the root endpoint, and all our sub folders and endpoints inherit from parent.
But our exported OpenAPI spec has "security":[] on every endpoint.
It is also missing the "security":[{"bearerAuth":[]}] at the root, but this is easily added in via the “OAS overlay customizations” feature. but with the empty security object set on each endpoint, it effectively cancels that out.
Thanks!