Skip to main content
Version: 4.7.14

Update a dataset

Update a dataset

Path Parameters
    id uuid required

    The ID of the dataset to update

Request Body required
    name string

    Possible values: non-empty

    description string nullable
    isGolden boolean
    isArchived boolean
Responses

Dataset updated successfully


Schema
    id uuid required
    createdAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    updatedAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    archivedAt float nullable

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    name string required
    description string nullable
    pipelineId uuid required
Loading...