You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/18 06:02:50 UTC

[GitHub] [airflow] mik-laj commented on a diff in pull request #26457: WIP Add user comment to task instance and dag run

mik-laj commented on code in PR #26457:
URL: https://github.com/apache/airflow/pull/26457#discussion_r973665324


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -585,6 +585,41 @@ paths:
         '404':
           $ref: '#/components/responses/NotFound'
 
+  /dags/{dag_id}/setTaskInstanceNote:

Review Comment:
   It should be `PATCH /dags/{dag_id}/`. This will allow several changes to be made with a single HTTP request.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org