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/04/04 18:10:54 UTC

[GitHub] [airflow] mik-laj opened a new issue #8131: API Enddpoint - CRUD - Pools

mik-laj opened a new issue #8131: API Enddpoint - CRUD - Pools
URL: https://github.com/apache/airflow/issues/8131
 
 
   **Description**
   Hello 
   
   We need to create several endpoints that perform basic CRUD operations on **Pools** . We need the following endpoints:
   
   - GET /pools
   - POST /pools
   - DELETE /pools/{pool_id}
   - GET /pools/{pool_id}
   - PATCH /pools/{pool_id}
   
   Detailed information is available in the issue:
   https://github.com/apache/airflow/issues/8118
   
   **Use case / motivation**
   N/A
   
   **Related Issues**
   N/A

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


With regards,
Apache Git Services