BAQP0020W The API key definition in the {0} OpenAPI document is overridden by the one specified with the {1} parser property.

Explanation

If the API key is defined in both the OpenApi document and the parser properties, the parser property (apiKeyParmNameInHeader, apiKeyParmNameInQuery, or apiKeyParmNameInCookie) is used to generate the request data structure.

User response

If the API key definitions in the OpenAPI document are correct, you can remove the parser property (apiKeyParmNameInHeader, apiKeyParmNameInQuery, or apiKeyParmNameInCookie).