ashb commented on a change in pull request #15653:
URL: https://github.com/apache/airflow/pull/15653#discussion_r625813906
##########
File path: docs/apache-airflow/deprecated-rest-api-ref.rst
##########
@@ -31,6 +28,9 @@ available at ``/api/experimental/``.
The experimental REST API is disabled by default. To restore these APIs
while migrating to
the stable REST API, set ``enable_experimental_api`` option in ``[api]``
section to ``True``.
+Airflow exposes an REST API. It is available through the webserver. Endpoints
are
+available at ``/api/experimental/``.
Review comment:
```suggestion
Before Airflow 2.0 this REST API was knwon as the "experimental" API, but
now that the :ref:`stable REST API <stable-rest-api-ref>` is available, it has
been renamed.
The endpoints for this API are available at ``/api/experimental/``.
```
What do you think of this @uranusjr ?
--
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]