mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Document breaking changes from #41125 * Review comments
This commit is contained in:
parent
d4c28ecef6
commit
a82ae4930a
1 changed files with 14 additions and 0 deletions
|
@ -39,3 +39,17 @@ advanced editor of the {dataframe-transforms} wizard. The advanced editor will
|
|||
remove the unsupported attribute once the configuration gets applied.
|
||||
|
||||
// end::notable-breaking-changes[]
|
||||
|
||||
[float]
|
||||
[[breaking_73_dashboard_import_export]]
|
||||
=== Dashboard import and export APIs
|
||||
|
||||
[float]
|
||||
==== Dashboard import and export APIs error status codes
|
||||
*Details:* The dashboard import and export APIs will return more accurate HTTP
|
||||
status codes instead of returning a HTTP 400 status code for all failure
|
||||
scenarios. Specifically, authorization failures will now correctly return a
|
||||
HTTP 403 when the authenticated user lacks sufficient privileges.
|
||||
|
||||
*Impact:* Review the error handling logic of any integrations with the
|
||||
dashboard import and export APIs.
|
Loading…
Add table
Add a link
Reference in a new issue