Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 551 Bytes

File metadata and controls

38 lines (32 loc) · 551 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const userConfiguration = {
  structuredData: [
    {
      keyEntry: 
      {
        type: 'string',
        values: [
          'name'
        ]
      },
      valueEntry: 
      {
        type: 'string',
        values: [
          'Snow'
        ]
      }
    }
  ]
};

await client.api('/me/mailFolders/inbox/userConfigurations/MyApp')
	.version('beta')
	.update(userConfiguration);