Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 300 Bytes

File metadata and controls

17 lines (12 loc) · 300 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

let departmentTemplate = await client.api('/security/labels/departments/11b44677-9f06-c85a-4a0b-766b66904bf8')
	.version('beta')
	.get();