Skip to main content
PATCH
updateTenantConnectorTap

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Tenant
string

Workspace slug. Overrides subdomain-based workspace resolution when provided.

Example:

"acme"

X-Request-ID
string<uuid>

Optional request correlation ID echoed back in the response.

Example:

"550e8400-e29b-41d4-a716-446655440000"

Path Parameters

id
string
required

id parameter UUID v4 with automatic base62 encoding for client-facing APIs

Body

application/json

Patch input for updating an existing workspace connector tap.

canonicalPersonSource
boolean

Set or clear this tap as one of the Workspace's canonical person/identity sources. Any number of active taps may carry the designation; ordering among canonical sources is by tap creation time, earlier wins. Null = leave unchanged.

config
object

A JSON object represented as a string

description
string
enabled
boolean
name
string

An objects name

outputSchema
object

A Parable Schema in JSON

Response

Successful response

data
object
required

Per-workspace tap configuration. Either narrows a platform ConnectorTap's output schema for this workspace (override case) or stands in for an artifact-derived tap (artifact case). See EDR-0021 for the model.

meta
object
required