mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[OAS] Add deprecated saved object APIs (#164355)
This commit is contained in:
parent
c115f5d3d6
commit
16f7189bb1
35 changed files with 2028 additions and 46 deletions
|
@ -12,6 +12,12 @@ Under certain circumstances, when Kibana is upgraded, saved object migrations ma
|
|||
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
|
||||
object can be retrieved via the Resolve API using either its new ID or its old ID.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
For the most up-to-date API details, refer to the
|
||||
{kib-repo}/tree/{branch}/packages/core/saved-objects/docs/openapi[open API specification].
|
||||
====
|
||||
|
||||
[[saved-objects-api-resolve-request]]
|
||||
==== Request
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue