mirror of
https://github.com/elastic/kibana.git
synced 2025-07-07 07:46:10 -04:00
## 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> |
||
---|---|---|
.. | ||
lib | ||
bulk_create.ts | ||
bulk_delete.ts | ||
bulk_get.ts | ||
bulk_update.ts | ||
create.ts | ||
delete.ts | ||
delete_unknown_types.ts | ||
export.ts | ||
find.ts | ||
get.ts | ||
import.ts | ||
index.ts | ||
resolve.ts | ||
resolve_import_errors.ts | ||
update.ts |