Plane docs
ApiSchemas

ConnectionTransport

One shape from the contract, as it appears on the wire.

Used by connections.create, connections.get, connections.getByName, connections.list, connections.upsert

Referenced from Connection

JSON Schema

{
  "type": "string",
  "enum": [
    "streamable-http",
    "channel"
  ]
}

On this page