createTenantConnectorTap
POST /api/workspace-connector-taps Create a per-workspace tap. For platform tap overrides, the outputSchema must be a structural subset of the platform tap’s schema. For artifact-derived taps, the artifactId references the originating TenantArtifact.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Workspace slug. Overrides subdomain-based workspace resolution when provided.
"acme"
Optional request correlation ID echoed back in the response.
"550e8400-e29b-41d4-a716-446655440000"
Body
Input for creating a per-workspace tap that narrows the schema of a platform tap
(override case). The artifact-derived path is no longer accepted on this
endpoint -- use the publishArtifact mutation instead. Supplying artifactId
here is rejected server-side with USE_PUBLISH_ARTIFACT_INSTEAD and the
field will be removed in a follow-up.
UUID v4 with automatic base62 encoding for client-facing APIs
An objects name
A Parable Schema in JSON
UUID v4 with automatic base62 encoding for client-facing APIs
DEPRECATED: artifact-derived taps must be created via publishArtifact.
Supplying this field is rejected with USE_PUBLISH_ARTIFACT_INSTEAD. The
field will be removed in a follow-up; keep null in new clients.
Mark 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 = false.
A JSON object represented as a string