[GitHub] [airflow] uranusjr commented on issue #18714: Make it possible to delete a permission from a role using the stable REST API

2021-10-07 Thread GitBox
uranusjr commented on issue #18714: URL: https://github.com/apache/airflow/issues/18714#issuecomment-937289868 We can, although the current PATCH behaviour is still somehow unintuitive and should at least be documented. -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] uranusjr commented on issue #18714: Make it possible to delete a permission from a role using the stable REST API

2021-10-06 Thread GitBox
uranusjr commented on issue #18714: URL: https://github.com/apache/airflow/issues/18714#issuecomment-937289868 We can, although the current PATCH behaviour is still somehow unintuitive and should at least be documented. -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] uranusjr commented on issue #18714: Make it possible to delete a permission from a role using the stable REST API

2021-10-05 Thread GitBox
uranusjr commented on issue #18714: URL: https://github.com/apache/airflow/issues/18714#issuecomment-935177145 REST API is only a guide line without hard rules, but `PATCH` generally means the user can submit a subset of fields, and the missing fields would be filled by existing values on

[GitHub] [airflow] uranusjr commented on issue #18714: Make it possible to delete a permission from a role using the stable REST API

2021-10-04 Thread GitBox
uranusjr commented on issue #18714: URL: https://github.com/apache/airflow/issues/18714#issuecomment-933686200 > the actions and resources combo that gets added through the body is merged into the database, making it possible to add permissions but not delete them from what I can see.