Skip to content

Commit

Permalink
ACS-7689 Update payload with hold id (#9877)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomson7777 authored Jun 26, 2024
1 parent 95ee915 commit d26cf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js-api/src/api/gs-core-rest-api/api/legal-hold.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
}
Expand Down

0 comments on commit d26cf1c

Please sign in to comment.