Skip to content

Commit

Permalink
Fix spelling mistake in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Jul 24, 2019
1 parent 5ae56b8 commit 4102cad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ Kotliar M; Kartashov AV; Barski A (2019): Supporting data for "CWL-Airflow: a li
Installation <readme/installation.md>
Using cwl-airflow <readme/using_cwl_airflow.md>
Troubleshooting <readme/troubleshooting.md>
REST API <readme/rest_api.md>
API <readme/api.md>
10 changes: 5 additions & 5 deletions docs/readme/rest_api.md → docs/readme/api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# REST API
# API

Besides built-in API, provided by Airflow Webserver, CWL-Airflow allows to run API server separately.

Expand All @@ -9,9 +9,9 @@ $ cwl-airflow wesserver

Optional parameters:

| Flag | Description | Default |
| ------ | ----------------------- | --------- |
| --port | Port to run WES servert | 8080 |
| --host | Host to run WES server | 127.0.0.1 |
| Flag | Description | Default |
| ------ | ---------------------- | --------- |
| --port | Port to run WES server | 8080 |
| --host | Host to run WES server | 127.0.0.1 |

**For detailed API specification, please follow the link on [SwaggerHub](https://app.swaggerhub.com/apis/michael-kotliar/cwl_airflow_workflow_execution_service/1.0.0)**

0 comments on commit 4102cad

Please sign in to comment.