Support PATCH requests in dev tools console #154274
Labels
enhancement
New value added to drive a business result
Feature:Console
Dev Tools Console Feature
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Describe the feature:
Support PATCH requests in dev tools console for Kibana APIs
Describe a specific use case for the feature:
PATCH requests are not supported in Kibana Dev Tools Console.
Source:https://www.elastic.co/guide/en/kibana/8.7/api.html#api-calls
There are a some Kibana APIs for Security and App Search endpoints that support PATCH.
It would be helpful to add PATCH support as their PUT equivalents can be cumbersome/tedious to build.
EXAMPLES:
(Security) Update Rule - https://www.elastic.co/guide/en/security/8.7/rules-api-update.html
Equivalent request body comparison to update a rule's
max_signals
. This one is of particular interest as it cannot be changed via the UI, even for custom rules.PUT
PATCH (much easier but would require an external REST client)
(App Search) Documents API - Update doc field: https://www.elastic.co/guide/en/app-search/8.7/documents.html#documents-partial
Equivalent request body comparison to update a document's field
PUT
PATCH
The text was updated successfully, but these errors were encountered: