[OAS] Add deprecated saved object APIs (#164355)

This commit is contained in:
Lisa Cawley 2023-08-25 12:48:55 -07:00 committed by GitHub
parent c115f5d3d6
commit 16f7189bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 2028 additions and 46 deletions

View file

@ -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