elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.68k stars 8.23k forks source link

[DOC] No list of valid values for type in savedobjects API #201309

Open garethhumphriesgkc opened 3 days ago

garethhumphriesgkc commented 3 days ago

Kibana version: 8.15.3

Elasticsearch version: 8.15.3

Describe the bug: The savedobjects API doc talks about the type parameter all over the place, but never actually tells you what the valid values are.

e.g.: https://www.elastic.co/docs/api/doc/kibana/v8/operation/operation-exportsavedobjectsdefault#operation-exportsavedobjectsdefault-body-application-json-elastic-api-version-2023-10-31-type

type string | array[string] The saved object types to include in the export. Use * to export all the types. One of: string-1 string array-2 array[string]