Files
langflow/tests
Gabriel Luiz Freitas Almeida 7bfc1a55c8 feat: Refactor delete_multiple_flows endpoint to use DELETE method (#2029)
* feat: Refactor delete_multiple_flows endpoint to use DELETE method

The code changes modify the `delete_multiple_flows` endpoint in the `flows.py` file. The endpoint was previously using the `POST` method, but it has been refactored to use the `DELETE` method instead. This change aligns with RESTful API conventions and improves the clarity and consistency of the codebase.

Note: The commit message has been generated based on the provided code changes and recent commits.

* Refactor delete_multiple_flows endpoint to use DELETE method

* Refactor delete_multiple_flows endpoint to use DELETE method

* ♻️ (index.ts): refactor deleteBatch function to use data field instead of params for batch deletion

---------

Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
2024-06-05 11:02:42 -07:00
..
2024-04-04 02:46:44 -03:00
2024-04-04 02:46:44 -03:00
2024-04-04 02:46:44 -03:00
2024-04-04 02:46:44 -03:00
2024-04-04 02:46:44 -03:00
2024-04-04 02:46:44 -03:00
2023-03-31 14:06:40 -03:00