Skip to content

Commit

Permalink
Fix bug in API, updated link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Dec 10, 2020
1 parent b992853 commit 8b123bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cwl_airflow/components/api/openapi/swagger_configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ paths:
- removing outdated dags for the same cwlid if no running dag_runs were found for them
3. Creates new dag_run for dag_id with run_id and optional conf
operationId: post_dags_dag_runs
consumes:
- multipart/form-data
responses:
"200":
description: Reference information about created dag and dag_run.
Expand Down
2 changes: 1 addition & 1 deletion docs/readme/how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ optional arguments:
--host HOST Set host to run API server. Default: 127.0.0.1
```

Although, **detailed API specification** available on [SwaggerHub](https://app.swaggerhub.com/apis/michael-kotliar/cwl_airflow_workflow_execution_service/1.0.0), here we provide the **most commonly used endpoints**.
Although, **detailed API specification** available on [SwaggerHub](https://app.swaggerhub.com/apis/michael-kotliar/cwl_airflow_workflow_execution_service/1.0.1), here we provide the **most commonly used endpoints**.

### **1. Get list of dags**

Expand Down

0 comments on commit 8b123bf

Please sign in to comment.