Create Connector Dataset Handler
POST/v1/connector/:connector_id/dataset
Create a new dataset through a specific connector.
Request
Path Parameters
- application/json
Body
required
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
creation_params
object
required
create_dataset_params
object
required
Unique organization id
The name of the project
modality
object
The data modality of this project. DEPRECATED.
anyOf
string
unique_id_field
object
DEPRECATED: The unique ID field of the project.
anyOf
string
A description of your project.
Is the project public?
is_public_to_org
object
Is the project public to the organization?
anyOf
boolean
slug
object
The desired url slug for the project
anyOf
string
privacy
object
The privacy of the project
anyOf
string
Possible values: [public, with_link, private, restricted]
metadata
object
Metadata with which to initialize the connector
Default value: [object Object]
Metadata with which to initialize the connector
Responses
- 201
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
created_dataset
object
required
The ID of the newly created project
The unique url slug of the project
creation_params
object
required
metadata
object
required
{
"created_dataset": {
"project_id": "string",
"slug": "string"
},
"creation_params": {},
"metadata": {}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}