pierrejeambrun commented on code in PR #43102: URL: https://github.com/apache/airflow/pull/43102#discussion_r1816757546
########## newsfragments/43102.significant.rst: ########## @@ -0,0 +1,5 @@ +Change in update model endpoints (PATCH) ``update_mask`` + +The ``update_mask`` parameter in the PATCH endpoints has been updated to explode (true) by default. +Before: ``http://<URL>:<PORT>/<PATH>?update_mask=item1,item2`` Review Comment: I don't think this should be specific to the `PATCH` endpoint. This is how fast API works, and all list parameters in the API will be impacted. -- 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]
