Create a dataset
POST/repositories/:repositoryID/datasets
Adds a new dataset to the specified repository. This endpoint accepts a file containing dataset content in JSON Lines format, along with optional license, metadata, and labels to better classify and describe the dataset.
Request
Responses
- 201
- 400
- 401
- 404
- 422
- 500
Created
Bad Request
Unauthorized
Not Found
UnprocessableEntity
INTERNAL SERVER ERROR