Zedmor commented on pull request #12305: URL: https://github.com/apache/airflow/pull/12305#issuecomment-726876866
> Can issue #12325 be resolved through this PR? You'll just need to update > > https://github.com/apache/airflow/blob/82eef2e7b27c2bd0d68d945772dab2d1040dda8b/airflow/api_connexion/exceptions.py#L29 > > and add the error in openapi specification. > I can see 405 handled in your code, but there's no corresponding link in openapi Yes, it handles it. I put it to link map but it handle it anyway since link map is just a way to generate link to a documentation (we can add it later). I added the test to check for 405 for issue #12332 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
