Skip to content

Commit

Permalink
Update packages/core/saved-objects/core-saved-objects-api-server/src/…
Browse files Browse the repository at this point in the history
…saved_objects_repository.ts
  • Loading branch information
TinaHeiligers authored Sep 15, 2022
1 parent cac082a commit 614caf6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface ISavedObjectsRepository {
* Deletes multiple documents at once
* @param {array} objects - an array of objects containing id and type
* @param {object} [options={}]
* @returns {promise} - { statuses: [{ success, error }] }
* @returns {promise} - { statuses: [{ id, type, success, error: { message } }] }
*/
bulkDelete(
objects: SavedObjectsBulkDeleteObject[],
Expand Down

0 comments on commit 614caf6

Please sign in to comment.