Skip to content

Commit

Permalink
fix api route in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Feb 27, 2024
1 parent 9c4dcd9 commit 94c4a21
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions astronomer_starship/starship_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def health(self) -> str:
---
### `GET /starship/api/health`
### `GET /api/starship/health`
**Parameters:** None
Expand All @@ -130,7 +130,7 @@ def airflow_version(self) -> str:
---
### `GET /starship/api/airflow_version`
### `GET /api/starship/airflow_version`
**Parameters:** None
Expand All @@ -150,7 +150,7 @@ def env_vars(self):
---
### `GET /starship/api/env_vars`
### `GET /api/starship/env_vars`
**Parameters:** None
Expand Down Expand Up @@ -179,7 +179,7 @@ def pools(self):
---
### GET /starship/api/pools
### GET /api/starship/pools
**Parameters:** None
Expand All @@ -195,7 +195,7 @@ def pools(self):
]
```
### POST /starship/api/pools
### POST /api/starship/pools
**Parameters:** JSON
Expand Down Expand Up @@ -227,7 +227,7 @@ def variables(self):
---
### `GET /starship/api/variable`
### `GET /api/starship/variable`
**Parameters:** None
Expand All @@ -243,7 +243,7 @@ def variables(self):
]
```
### `POST /starship/api/variable`
### `POST /api/starship/variable`
**Parameters:** JSON
Expand Down Expand Up @@ -274,7 +274,7 @@ def connections(self):
---
### `GET /starship/api/connection`
### `GET /api/starship/connection`
**Parameters:** None
Expand All @@ -299,7 +299,7 @@ def connections(self):
]
```
### `POST /starship/api/connection`
### `POST /api/starship/connection`
**Parameters:** JSON
Expand Down Expand Up @@ -336,7 +336,7 @@ def dags(self):
---
### `GET /starship/api/dags`
### `GET /api/starship/dags`
**Parameters:** None
Expand All @@ -357,7 +357,7 @@ def dags(self):
]
```
### `PATCH /starship/api/dags`
### `PATCH /api/starship/dags`
**Parameters:** JSON
Expand Down Expand Up @@ -392,7 +392,7 @@ def dag_runs(self):
---
### `GET /starship/api/dag_runs`
### `GET /api/starship/dag_runs`
**Parameters:** Args
Expand Down Expand Up @@ -426,7 +426,7 @@ def dag_runs(self):
]
```
### `POST /starship/api/dag_runs`
### `POST /api/starship/dag_runs`
**Parameters:** JSON
Expand Down Expand Up @@ -480,7 +480,7 @@ def task_instances(self):
---
### `GET /starship/api/task_instances`
### `GET /api/starship/task_instances`
**Parameters:** Args
Expand Down Expand Up @@ -517,7 +517,7 @@ def task_instances(self):
}
```
### `POST /starship/api/task_instances`
### `POST /api/starship/task_instances`
**Parameters:** JSON
Expand Down

0 comments on commit 94c4a21

Please sign in to comment.