Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 385 Bytes

File metadata and controls

21 lines (15 loc) · 385 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const ediscoveryCase = {
    displayName: 'My Case 1 - Renamed',
    description: 'Updated description'
};

await client.api('/security/cases/ediscoveryCases/22aa2acd-7554-4330-9ba9-ce20014aaae4')
	.update(ediscoveryCase);