ACS-7600 fix documentation and method name

This commit is contained in:
g-jaskowski
2024-08-05 15:38:01 +02:00
committed by Darya Blavanovich
parent c62f34c804
commit 9336ce625f
5 changed files with 10 additions and 10 deletions

View File

@@ -248,7 +248,7 @@ export class NodesApiService {
* @param options.includeSource Also include **source** (in addition to **entries**) with folder information on **nodeId**
* @returns List of assigned holds Observable<Hold[]>
*/
getNodeAssignHolds(
getNodeAssignedHolds(
nodeId: string,
options?: {
includeSource?: boolean;

View File

@@ -63,7 +63,7 @@ export class LegalHoldService {
}
/**
* Assign a node to a hold.
* Assign multiple nodes to a hold.
*
* @param nodeIds The list of managed node Ids
* @param holdId The Id of the hold to which nodes will be assigned