Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 588 Bytes

File metadata and controls

20 lines (14 loc) · 588 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const ediscoveryNoncustodialDataSource = {
    '@odata.id': 'https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/noncustodialDataSources/39333641443238353535383731453339'
};

await client.api('/security/cases/ediscoveryCases/b0073e4e-4184-41c6-9eb7-8c8cc3e2288b/searches/c61a5860-d634-4d14-aea7-d82b6f4eb7af/noncustodialSources/$ref')
	.post(ediscoveryNoncustodialDataSource);