mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ACS-7689 Update payload with hold id (#9877)
This commit is contained in:
committed by
Darya Blavanovich
parent
0843263ce3
commit
c62f34c804
@@ -67,7 +67,7 @@ export class LegalHoldApi extends BaseApi {
|
||||
return this.post({
|
||||
path: `/holds/{holdId}/children`,
|
||||
pathParams: { holdId },
|
||||
bodyParam: [nodeId],
|
||||
bodyParam: [{ id: nodeId }],
|
||||
returnType: HoldEntry
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user