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 2020/06/13 07:14:05 UTC

[GitHub] [airflow] houqp commented on pull request #9273: implement api v1 for variables

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:
users@infra.apache.org