mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
This PR adds support for `bulkUpdate` to the Saved Objects API and exposes it on all Saved Objects clients (base client, encrypted, spaces etc.).
543 B
543 B
Home > kibana-plugin-server > SavedObjectsBulkUpdateObject > attributes
SavedObjectsBulkUpdateObject.attributes property
The data for a Saved Object is stored as an object in the attributes
property.
Signature:
attributes: Partial<T>;