kibana/test/api_integration/apis
Pierre Gayvallet b08c322524
Allow exporting all SO types (#159289)
## Summary

Fix https://github.com/elastic/kibana/issues/150079

Add support for the `*` wildcard for by-type export, allowing to more
easily export all the exportable SO types

```
POST /api/saved_objects/_export
{
   types: '*',
}
```

## Release Note

The savedObjects export API now supports exporting all types using the
`*` wildcard. Please refer to the documentation
for more details and examples.

---------

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2023-06-12 00:03:54 -07:00
..
console [Console] Replace global GET /_mapping request with GET <index>/_mapping (#147770) 2023-02-06 15:14:51 -05:00
core Support brotli compression on the server side (#142334) 2022-10-24 15:33:21 +02:00
custom_integration [Enterprise Search] Add Jira, Confluence, Sharepoint connectors (#157167) 2023-05-10 05:07:43 -07:00
data_view_field_editor [data views] Create runtime field - use execute api (#134713) 2022-06-27 11:53:02 -05:00
data_views Fix issue with single value for fields params (#157930) 2023-05-17 08:42:45 -04:00
general Add csp.disableUnsafeEval config option to remove the unsafe-eval CSP (#124484) 2022-05-23 11:01:56 -07:00
guided_onboarding [Guided onboarding] Change the API prefix to /internal (#155643) 2023-04-25 11:21:20 -06:00
home [Sample data][Flights] Use Lens by value panels where possible (#153634) 2023-03-27 13:49:52 +03:00
kql_telemetry Split the .kibana saved objects index into multiple indices (#154888) 2023-04-25 09:43:42 +02:00
saved_objects Allow exporting all SO types (#159289) 2023-06-12 00:03:54 -07:00
saved_objects_management Removes FindQueryHTTP['fields'] option in Saved Objects Management (#152306) 2023-02-28 10:46:08 -07:00
scripts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
search [data.search] Use versioned router (#158520) 2023-06-07 10:33:39 +02:00
short_url remove human-readable automatic slug generation (#132593) 2022-05-20 20:36:59 +02:00
stats chore: remove usage for stats endpoint (#151082) 2023-02-27 19:40:13 +01:00
status Fix flaky /api/status FTR test (#121486) 2021-12-17 12:07:05 +01:00
suggestions bwca for unified search suggestions route (#158796) 2023-06-02 12:42:41 +03:00
telemetry [Telemetry] Use soClient in FTRs (#155175) 2023-04-18 12:38:18 -07:00
ui_counters fix all violations 2022-04-16 01:37:30 -05:00
ui_metric chore(NA): remove src folder requirement from packages (part 2) (#138476) 2022-08-30 15:57:35 +01:00
index.ts [UnifiedFieldList] Remove redundant server routes. Create new example plugin for unified field list components and migrate tests. (#158377) 2023-05-31 13:25:47 +02:00