Skip to main content
POST
Attach table or view to project catalog

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required

Body

application/json
source_type
enum<string>
required

Which kind of asset to attach: 'table' or 'view'.

Available options:
table,
view
source_id
string
required

Id of the table or view to attach (e.g. from the tables list).

Minimum string length: 1

Response

Successful Response