Hello everyone,
I have an openapi file that autogenerates my collection. However the authorization defaults to “Inherit auth from parent” which it says it’s taken from my collection docs.
However, this is a problem because this x-api-key with value true supercedes my x-api-key in my docs.
So my question is,
Is there a way to set in openapi so that the authorization is No Auth or Api Key like the following image.
Thank you in advance!


