Skip to content

Commit

Permalink
Remove mention of config SO types from SO.create API docs. (#168538)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeelmers authored Oct 17, 2023
1 parent 916ecf6 commit 6df50ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/saved-objects/bulk_create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For the most up-to-date API details, refer to the
==== Request body

`type`::
(Required, string) Valid options include `visualization`, `dashboard`, `search`, `index-pattern`, `config`.
(Required, string) Valid options include `visualization`, `dashboard`, `search`, `index-pattern`.

`id`::
(Optional, string) Specifies an ID instead of using a randomly generated ID.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/saved-objects/create.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For the most up-to-date API details, refer to the
(Optional, string) An identifier for the space. If `space_id` is not provided in the URL, the default space is used.

`<type>`::
(Required, string) Valid options include `visualization`, `dashboard`, `search`, `index-pattern`, `config`.
(Required, string) Valid options include `visualization`, `dashboard`, `search`, `index-pattern`.

`<id>`::
(Optional, string) Specifies an ID instead of using a randomly generated ID.
Expand Down

0 comments on commit 6df50ea

Please sign in to comment.