houqp commented on pull request #9273:
URL: https://github.com/apache/airflow/pull/9273#issuecomment-643582917


   @mik-laj the in openapi spec, the PATH method for variable takes the 
following body:
   
   ```
   PATCH /api/v1/variables/foo
   {"key": "foo", "value": "bar"}
   ```
   
   I think the key in request body is redundant, should we update the api spec 
to remove 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.

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


Reply via email to