Skip to content

Commit

Permalink
[8.11] Remove mention of config SO types from SO.create API docs. (#1…
Browse files Browse the repository at this point in the history
…68538) (#169130)

# Backport

This will backport the following commits from `main` to `8.11`:
- [Remove mention of config SO types from SO.create API docs.
(#168538)](#168538)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Luke
Elmers","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-10-17T15:40:49Z","message":"Remove
mention of config SO types from SO.create API docs.
(#168538)","sha":"6df50ea66679478288ec67150c9ed5aab8b8e637","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","docs","backport:prev-minor","v8.12.0"],"number":168538,"url":"https://github.com/elastic/kibana/pull/168538","mergeCommit":{"message":"Remove
mention of config SO types from SO.create API docs.
(#168538)","sha":"6df50ea66679478288ec67150c9ed5aab8b8e637"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/168538","number":168538,"mergeCommit":{"message":"Remove
mention of config SO types from SO.create API docs.
(#168538)","sha":"6df50ea66679478288ec67150c9ed5aab8b8e637"}}]}]
BACKPORT-->

Co-authored-by: Luke Elmers <[email protected]>
  • Loading branch information
kibanamachine and lukeelmers authored Oct 17, 2023
1 parent ac6ad78 commit 7c30c8b
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 7c30c8b

Please sign in to comment.