ACS-7689 Update payload with hold id (#9877)

This commit is contained in:
tomson 2024-06-27 00:22:30 +02:00 committed by Darya Blavanovich
parent 0843263ce3
commit c62f34c804

View File

@ -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
});
}