MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / updateChannelIntegration

Method updateChannelIntegration

packages/sdk/src/index.ts:61–65  ·  view source on GitHub ↗
(
    data: LinenTypes.channelPutIntegrationType
  )

Source from the content-addressed store, hash-verified

59 }
60
61 updateChannelIntegration(
62 data: LinenTypes.channelPutIntegrationType
63 ): Promise<{ data: any } | null> {
64 return this.put(`/api/integrations/channels/integration`, data);
65 }
66
67 // threads -----
68

Callers 1

inbound.tsFile · 0.80

Calls 1

putMethod · 0.45

Tested by

no test coverage detected