Remove mention of config SO types from SO.create API docs. (#168538)

This commit is contained in:
Luke Elmers 2023-10-17 09:40:49 -06:00 committed by GitHub
parent 916ecf6d75
commit 6df50ea666
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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