blob: b431f4c9b86318a439edc962a218db5a0d1c1031 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Airflow REST API</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { margin: 0; padding: 0; }
</style>
<link rel="canonical" href="https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html" />
</head>
<body>
<redoc
hide-hostname
no-auto-auth
>
</redoc>
<script src="_static/redoc.js"></script>
<script>
var spec = "_specs/v1.yaml";
Redoc.init(spec);
</script>
</body>
</html>