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"
]
}One shape from the contract, as it appears on the wire.
Used by connections.grants.import
{
"type": "string",
"enum": [
"skip_existing",
"overwrite"
]
}