shubhamraj-git commented on PR #45251:
URL: https://github.com/apache/airflow/pull/45251#issuecomment-2563983465

   @pierrejeambrun 
   
   I can see that the patch variable api have a check 
   ```
   if patch_body.key != variable_key:
           raise HTTPException(
               status.HTTP_400_BAD_REQUEST, "Invalid body, key from request 
body doesn't match uri parameter"
           )
       non_update_fields = {"key"}
   ```
   
   Is this introduced new that we can't edit the variable key?
   I checked in the legacy UI and I was able to edit it.


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