Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 442 Bytes

File metadata and controls

21 lines (15 loc) · 442 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const conversationThread = {
  isLocked: true
};

await client.api('/groups/0fbf2921-5d17-4c2b-bae4-cc581de72c13/threads/AAQkAGU3OGZjZTE2LTFlOWItNGExYi1hMGMzLTMwZWU4OGUzYjU5MQMkABAALmW2hn6Ui0_7hOBeAIFdWhAALmW2hn6Ui0_7hOBeAIFdWg==')
	.version('beta')
	.update(conversationThread);