bbovenzi commented on code in PR #23530:
URL: https://github.com/apache/airflow/pull/23530#discussion_r878650814


##########
airflow/api_connexion/openapi/v1.yaml:
##########
@@ -3581,6 +3619,31 @@ components:
           description:
             The value can be repeated to retrieve multiple matching values (OR 
condition).
 
+    RunTaskInstanceForm:
+      type: object
+      required:
+        - ignore_all_deps
+        - ignore_task_deps
+        - ignore_ti_state
+        - map_index

Review Comment:
   Actually, I'd say everything in the request body should be optional since 
we'd default to false, or all map_indexes.
   Path parameters are required though



-- 
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: [email protected]

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

Reply via email to