Skip to main content

Update a table

PATCH 

/api/v2/Dataset/:id/table/:tableId

Update a table

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset to update.

    tableId uuidrequired

    The unique identifier of the table to be updated.

Query Parameters

    culture string

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

Body

    TableDisplayName string

    Possible values: <= 64 characters

    Display name for the table. Maximum 64 characters.

    TableDescription string

    Possible values: <= 4000 characters

    Detailed description of the table. Maximum 4000 characters.

Responses

Dataset updated successfully.

Loading...