|
|
|
@@ -210,7 +210,7 @@ export class DocumentService { |
|
|
|
/** |
|
|
|
* Retrieves a Document resource. |
|
|
|
* Retrieves a Document resource. |
|
|
|
* @param id DocumentApi identifier |
|
|
|
* @param id Document identifier |
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
*/ |
|
|
|
@@ -285,7 +285,7 @@ export class DocumentService { |
|
|
|
/** |
|
|
|
* Updates the Document resource. |
|
|
|
* Updates the Document resource. |
|
|
|
* @param id DocumentApi identifier |
|
|
|
* @param id Document identifier |
|
|
|
* @param document The updated Document resource |
|
|
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body. |
|
|
|
* @param reportProgress flag to report request and response progress. |
|
|
|
|