mik-laj commented on a change in pull request #3:
URL: https://github.com/apache/airflow-client-go/pull/3#discussion_r458644443



##########
File path: airflow/README.md
##########
@@ -59,23 +59,23 @@ Class | Method | HTTP request | Description
 *ConnectionApi* | [**PatchConnection**](docs/ConnectionApi.md#patchconnection) 
| **Patch** /connections/{connection_id} | Update a connection entry
 *ConnectionApi* | [**PostConnection**](docs/ConnectionApi.md#postconnection) | 
**Post** /connections | Create connection entry
 *DAGApi* | [**GetDag**](docs/DAGApi.md#getdag) | **Get** /dags/{dag_id} | Get 
basic information about a DAG
-*DAGApi* | [**GetDagDetails**](docs/DAGApi.md#getdagdetails) | **Get** 
/dags/{dag_id}/details | Get a simplified representation of DAG.
+*DAGApi* | [**GetDagDetails**](docs/DAGApi.md#getdagdetails) | **Get** 
/dags/{dag_id}/details | Get a simplified representation of DAG
 *DAGApi* | [**GetDagSource**](docs/DAGApi.md#getdagsource) | **Get** 
/dagSources/{file_token} | Get source code using file token
 *DAGApi* | [**GetDags**](docs/DAGApi.md#getdags) | **Get** /dags | Get all DAGs
-*DAGApi* | [**GetTask**](docs/DAGApi.md#gettask) | **Get** 
/dags/{dag_id}/tasks/{task_id} | Get simplified representation of a task.
+*DAGApi* | [**GetTask**](docs/DAGApi.md#gettask) | **Get** 
/dags/{dag_id}/tasks/{task_id} | Get simplified representation of a task
 *DAGApi* | [**GetTasks**](docs/DAGApi.md#gettasks) | **Get** 
/dags/{dag_id}/tasks | Get tasks for DAG
 *DAGApi* | [**PatchDag**](docs/DAGApi.md#patchdag) | **Patch** /dags/{dag_id} 
| Update a DAG
 *DAGApi* | [**PostClearTaskInstances**](docs/DAGApi.md#postcleartaskinstances) 
| **Post** /dags/{dag_id}/clearTaskInstances | Clears a set of task instances 
associated with the DAG for a specified date range.
+*DAGRunApi* | 
[**AirflowApiConnexionEndpointsDagRunEndpointPostDagRun**](docs/DAGRunApi.md#airflowapiconnexionendpointsdagrunendpointpostdagrun)
 | **Post** /dags/{dag_id}/dagRuns | Trigger a DAG Run

Review comment:
       Is it expected? Shouldn't we fix it in the specification?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to