Skip to content

Commit

Permalink
Provide valid type options in find.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsevidal13 authored Sep 19, 2023
1 parent b3542b7 commit e11352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/saved-objects/find.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Retrieve a paginated set of {kib} saved objects by various conditions.
==== 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.
Expand Down

0 comments on commit e11352d

Please sign in to comment.