post
This endpoint is used for creating new datasets. Datasets can belong to either a user or organization.
POST /api/v1/users/:userName/datasets
POST /api/v1/organizations/:organizationName/datasets
Parameter | |
userName | The user name of the user that owns the dataset |
organizationName | The short name of the organization that owns the dataset |
Provide a JSON object with information about the dataset.
Property name | Type | Description |
name | string | Required. The name of the dataset. Must be unique (non-word characters ignored) within the user or organization that owns the dataset. |
publicAccessLevel | string | Required. The public access level of the dataset. Must be one of:
|
description | string | Optional. A short description of the dataset that will show up in search results. Limited to 256 characters. |
You must either authorize as the user or an administrator of the organization that owns the dataset. Your access token must have the following scope:
- data.edit
Last modified 2yr ago