Skip to content

Commit

Permalink
Move TI setNote endpoints under TaskInstance in OpenAPI (#28566)
Browse files Browse the repository at this point in the history
These endpoints were accidentally under DAG instead of TaskInstance
where they belong.

(cherry picked from commit b3e2656)
  • Loading branch information
jedcunningham authored and ephraimbuddy committed Jan 12, 2023
1 parent ccbdab8 commit 21e6df8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ paths:
*New in version 2.5.0*
x-openapi-router-controller: airflow.api_connexion.endpoints.task_instance_endpoint
operationId: set_task_instance_note
tags: [DAG]
tags: [TaskInstance]
requestBody:
description: Parameters of set Task Instance note.
required: true
Expand Down Expand Up @@ -639,7 +639,7 @@ paths:
*New in version 2.5.0*
x-openapi-router-controller: airflow.api_connexion.endpoints.task_instance_endpoint
operationId: set_mapped_task_instance_note
tags: [DAG]
tags: [TaskInstance]
requestBody:
description: Parameters of set Task Instance note.
required: true
Expand Down

0 comments on commit 21e6df8

Please sign in to comment.