Hello; I’ve imported an OpenAPI file with a number of endpoints, some of which require authorization. The authorization should be passed in the header with an Authorization property, however this is not displayed in Apidog. Everything else I’ve imported is displayed as expected e.g. endpoint descriptions, examples etc. Am I missing something?
Hello, could you please check if there is any information available under the Auth tab? If not, please capture a screenshot to show how the authorization is configured in the import file.
In the OpenApi file at the end I have this section : "securitySchemes" : { "ApiKeyAuth" : { "type" : "apiKey", "description" : "^TES-API api-key=[^,]+,signature=[^,]+,timestamp=[\\d]+$", "name" : "Authorization", "in" : "header" } }
Thank you for your feedback. We have noted this import issue and will address it . In the meantime, you can add the necessary authentication settings manually on the edit page.
Hey, Emily , thanks for your support. Can you help me out with something else as well. It’s about the request body schema missing in the published documentation(see screenshot). The only thing there is this “object” description. I can find the schema under APIs>Schemas tho, so maybe I can sync it with the endpoint description as well somehow?
Could you please provide the URL for the published documentation? This will help us pinpoint the issue.
After a quick reimport of the openapi spec this was resolved. Thanks for your support