datasets

Create Dataset

post/datasets

Request body

namestring required

Dataset name

guidelinesstring nullable

Dataset guidelines

allow_extra_metadataboolean
metadataobject nullable
workspace_idstring uuid required

Response

Successful Response

idstring uuid required
namestring required
guidelinesstring nullable
allow_extra_metadataboolean required
status'draft' | 'ready' required
metadataobject nullable
workspace_idstring uuid required
current_schema_version_idstring uuid nullable
last_activity_atstring date-time required
inserted_atstring date-time required
updated_atstring date-time required

Changes

Changed in 2 of the 7 revisions of this API.12

  • ca32894f988c11See the full diff
    • removed the enum value overlap of the request property distribution/strategy

      request-property-enum-value-removed

    • removed the overlap enum value from the distribution/strategy response property for the response status 201

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property current_schema_version_id to the response with the 201 status

      response-optional-property-added