vincbeck commented on code in PR #35421:
URL: https://github.com/apache/airflow/pull/35421#discussion_r1383490475


##########
airflow/api_connexion/endpoints/forward_to_fab_endpoint.py:
##########
@@ -79,12 +79,14 @@ def delete_role(**kwargs) -> APIResponse:
 @_require_fab
 def patch_role(**kwargs) -> APIResponse:
     """Update a role."""
+    kwargs.pop("body", None)

Review Comment:
   I am saying this because here this function only forwards args to 
`role_and_permission_endpoint.patch_role`, so whatever issue we have here, we 
should then have the same one at the destination



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