kibana/docs/development/core/server/kibana-plugin-server.savedobjectsbulkupdateobject.attributes.md
Gidi Meir Morris f5eec37026
[Saved Objects] Add support for bulkUpdate to SavedObjectsClient (#47540) (#48502)
This PR adds support for `bulkUpdate` to the Saved Objects API and exposes it on all Saved Objects clients (base client, encrypted, spaces etc.).
2019-10-17 14:29:41 +01:00

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>;