mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove comments referencing to authorization
This commit is contained in:
parent
f3505f7e28
commit
9618c2cc3a
1 changed files with 3 additions and 6 deletions
|
@ -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 }]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue