Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

File metadata and controls

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

const client = Client.init(options);

const setExternalEventInformation = {
  externalEventId: 'myExternalEventId'
};

await client.api('/solutions/virtualEvents/townhalls/a57082a9-7629-4f74-8da0-8d621aab4d2d@4aa05bcc-1cac-4a83-a9ae-0db84b88f4ba/setExternalEventInformation')
	.post(setExternalEventInformation);