saurabhb-dev opened a new issue, #49683: URL: https://github.com/apache/airflow/issues/49683
### What do you see as an issue? The doc [here](https://airflow.apache.org/docs/apache-airflow/stable/security/security_model.html) and other several instances say that the **health endpoint** is at `/health` but this is wrong since the **health endpoint** has been moved at `/api/v2/monitor/health`.  ### Solving the problem Finding all instances in the doc that say `/health` as the **health endpoint** and changing them all to `/api/v2/monitor/health`. ### Anything else _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
