Infinity data source supports PATCH, PUT, and DELETE HTTP methods
The Infinity data source plugin now supports additional HTTP methods—PATCH, PUT, and DELETE—through the allowDangerousHTTPMethods configuration. This improvement gives you greater flexibility when interacting with APIs that require these methods, making it easier to work with a wider range of use cases.
Previously, Infinity only supported GET and POST, as it was designed for read-only queries. However, some use cases require modifying data via PATCH, PUT, or DELETE. Since these methods can perform destructive actions, they are disabled by default.
To enable this, toggle allowDangerousHTTPMethods
in your data source configuration.