mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Adds another plugin breaking change (#82990)
This commit is contained in:
parent
31c49f3b55
commit
06b7c76a0e
1 changed files with 23 additions and 0 deletions
|
@ -731,3 +731,26 @@ know about each plugin that wants to gain access
|
|||
*via https://github.com/elastic/kibana/pull/74357[#74357]*
|
||||
|
||||
====
|
||||
|
||||
[discrete]
|
||||
[[breaking_plugin_v7.10.0_77327]]
|
||||
.Settings per case per connector
|
||||
[%collapsible]
|
||||
====
|
||||
|
||||
- To create a case (`POST <kibana host>:<port>/api/cases`), you must provide a `connector`.
|
||||
Requests without a `connector` get a `400 Bad Request`.
|
||||
- To update the connector of a case (`PATCH <kibana host>:<port>/api/cases`),
|
||||
you must provide the `connector`. The `connector_id` attribute has been
|
||||
removed in favor of the `connector` attribute.
|
||||
- To set the default connector (`POST <kibana host>:<port>/api/cases/configure`),
|
||||
you must provide a `connector`. The `connector_id` and `connector_name`
|
||||
attributes have been removed in favor of the `connector` attribute.
|
||||
- To update the connector’s case closure settings
|
||||
(`PATCH <kibana host>:<port>/api/cases/configure`), you must provide a `connector`.
|
||||
The `connector_id` and `connector_name` attributes have been removed in
|
||||
favor of the `connector` attribute.
|
||||
|
||||
*via https://github.com/elastic/kibana/pull/77327[#77327]*
|
||||
|
||||
====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue