Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 260 Bytes

File metadata and controls

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

const client = Client.init(options);

const archive = {

};

await client.api('/teams/{id}/archive')
	.version('beta')
	.post(archive);