mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
ACS-7689 Update payload with hold id (#9877)
This commit is contained in:
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
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user