mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -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
|
@ -4,7 +4,9 @@
|
|||
<titleabbrev>Resolve object</titleabbrev>
|
||||
++++
|
||||
|
||||
experimental[] Retrieve a single {kib} saved object by ID, using any legacy URL alias if it exists.
|
||||
deprecated::[8.7.0, To be removed in an upcoming version]
|
||||
|
||||
Retrieve a single {kib} saved object by ID, using any legacy URL alias if it exists.
|
||||
|
||||
Under certain circumstances, when Kibana is upgraded, saved object migrations may necessitate regenerating some object IDs to enable new
|
||||
features. When an object's ID is regenerated, a legacy URL alias is created for that object, preserving its old ID. In such a scenario, that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue