Remove comments referencing to authorization

This commit is contained in:
Mike Cote 2019-05-01 08:45:24 -04:00
parent f3505f7e28
commit 9618c2cc3a

View file

@ -125,8 +125,7 @@ export class SavedObjectsClient {
/**
* Function is used to validate if each type of saved object can be created in bulk.
*
* This is and should only be used by import / export / resolve import errors to merge
* invalid types and unauthorized types in a single error response.
* This should only be used by import / export / resolve import errors.
*
* @param {Array<string>} types Types of saved objects
* @return [{ type, can }]
@ -171,8 +170,7 @@ export class SavedObjectsClient {
/**
* Function is used to validate if each type of saved object can be created used with find.
*
* This is and should only be used by import / export / resolve import errors to merge
* invalid types and unauthorized types in a single error response.
* This should only be used by import / export / resolve import errors.
*
* @param {Array<string>} types Types of saved objects
* @return [{ type, can }]
@ -202,8 +200,7 @@ export class SavedObjectsClient {
/**
* Function is used to validate if each type of saved object can be created used in bulk get.
*
* This is and should only be used by import / export / resolve import errors to merge
* invalid types and unauthorized types in a single error response.
* This should only be used by import / export / resolve import errors.
*
* @param {Array<string>} types Types of saved objects
* @return [{ type, can }]