Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 411 Bytes

File metadata and controls

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

const client = Client.init(options);

const customAppScope = {
    customAttributes: {
        RecipientFilter: 'City -eq \'Seattle\''
    }
};

await client.api('/roleManagement/exchange/customAppScopes/d101e64d-4684-4970-ba7b-735b6b27628f')
	.version('beta')
	.update(customAppScope);