You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/01/11 21:25:56 UTC

[airflow] 15/27: Move TI setNote endpoints under TaskInstance in OpenAPI (#28566)

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-5-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 9228b5fa02ec7d25b532ebfc99d529c15f150891
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Fri Dec 23 17:35:20 2022 -0600

    Move TI setNote endpoints under TaskInstance in OpenAPI (#28566)
    
    These endpoints were accidentally under DAG instead of TaskInstance
    where they belong.
    
    (cherry picked from commit b3e26560c7fd835570a0b3a9d65670c87c8cfe0a)
---
 airflow/api_connexion/openapi/v1.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow/api_connexion/openapi/v1.yaml b/airflow/api_connexion/openapi/v1.yaml
index 0094e0d7f1..9db4e7647d 100644
--- a/airflow/api_connexion/openapi/v1.yaml
+++ b/airflow/api_connexion/openapi/v1.yaml
@@ -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
@@ -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