mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Fix https://github.com/elastic/kibana/issues/191534 The deprecation warning in the Kibana Saved Objects API main page was removed in https://github.com/elastic/kibana/pull/190654. This PR adds a section about when the APIs will be removed and what to use instead. The PR also includes updates to other API main pages that mention the SO APIs. - [x] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials VIew the [html diff](https://kibana_bk_191693.docs-preview.app.elstc.co/diff) for these changes:   The updated OpenAPI document looks like this in a Bump.sh preview:  --------- Co-authored-by: lcawl <lcawley@elastic.co>
16 lines
513 B
Text
16 lines
513 B
Text
[[short-urls-api]]
|
|
== Short URLs APIs
|
|
|
|
experimental[] Manage {kib} short URLs.
|
|
|
|
The following short urls APIs are available:
|
|
|
|
* <<short-urls-api-create, Create short URL API>>
|
|
* <<short-urls-api-get, Get short URL API>>
|
|
* <<short-urls-api-delete, Delete short URL API>>
|
|
* <<short-urls-api-resolve, Resolve short URL API>>
|
|
|
|
include::short-urls/create-short-url.asciidoc[]
|
|
include::short-urls/get-short-url.asciidoc[]
|
|
include::short-urls/delete-short-url.asciidoc[]
|
|
include::short-urls/resolve-short-url.asciidoc[]
|