mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Provide valid object types in _find
API doc
This commit is contained in:
parent
1220da736b
commit
c07c9a72c6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ For the most up-to-date API details, refer to the
|
|||
==== Query Parameters
|
||||
|
||||
`type`::
|
||||
(Required, array|string) The saved object types to include in the export.
|
||||
(Required, array|string) The saved object types to include in the export. Valid options include `visualization`, `dashboard`, `search`, `index-pattern`, `config`.
|
||||
|
||||
`per_page`::
|
||||
(Optional, number) The number of objects to return per page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue