mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove mention of config SO types from SO.create API docs. (#168538)
This commit is contained in:
parent
916ecf6d75
commit
6df50ea666
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue