Skip to content

Commit

Permalink
Chaange type for DAGID, DAGRunID, TaskID
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Breguła committed May 5, 2020
1 parent c268395 commit cd2be1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1854,23 +1854,23 @@ components:
in: path
name: dag_id
schema:
type: integer
type: string
required: true
description: The DAG ID.

DAGRunID:
in: path
name: dag_run_id
schema:
type: integer
type: string
required: true
description: The DAG Run ID.

TaskID:
in: path
name: task_id
schema:
type: integer
type: string
required: true
description: The Task ID.

Expand Down

0 comments on commit cd2be1c

Please sign in to comment.