Plane docs
ApiSchemas

ImportMode

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

Used by connections.grants.import

JSON Schema

{
  "type": "string",
  "enum": [
    "skip_existing",
    "overwrite"
  ]
}

On this page