mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
API docs: Add deprecation warning to all deprecated Saved Object APIs (#150267)
This commit is contained in:
parent
33b6dc9b1b
commit
b14af4b243
13 changed files with 36 additions and 12 deletions
|
@ -77,6 +77,8 @@ be broken. For more information, refer to {kibana-ref-all}/8.0/release-notes-8.0
|
|||
|
||||
If you are using the saved objects APIs directly, you should be aware of these changes:
|
||||
|
||||
WARNING: Some of the saved objects APIs are deprecated in 8.7.0. For more information, refer to the <<saved-objects-api, API docs>>
|
||||
|
||||
* When using the <<saved-objects-api-create,create>> or <<saved-objects-api-bulk-create,bulk create>> API, you may encounter
|
||||
<<saved-objects-api-bulk-create-conflict-errors,conflict errors>> that **cannot** be overridden using the `overwrite: true`
|
||||
option. This can occur if there is already a saved object with this ID in a _different_ space, or if there is a legacy URL alias for this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue