kibana/test/api_integration
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
..
apis Allow exporting all SO types (#159289) 2023-06-12 00:03:54 -07:00
fixtures [Saved Objects] Adds managed to import options (#155677) 2023-04-27 11:17:42 -07:00
services fix all violations 2022-04-16 01:37:30 -05:00
config.js Support brotli compression on the server side (#142334) 2022-10-24 15:33:21 +02:00
ftr_provider_context.d.ts [kbn/test] move types/ftr into src (#99555) 2021-05-17 09:51:53 -07:00
jest.config.js [Telemetry] Full schema definition (#90273) 2021-03-01 18:30:51 +00:00