Skip to main content

Update a dataset

PATCH 

/api/v2/Dataset/:id

Update a dataset

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset to update.

    version stringrequired

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    DisplayName string

    Possible values: <= 64 characters

    Display name for the dataset. Maximum 64 characters.

    Description string

    Possible values: <= 4000 characters

    Detailed description of the dataset. Maximum 4000 characters.

Responses

Dataset updated successfully.

Loading...