| <!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> | |
| </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> |