updateVisualizationDataset

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_APPLICATION

    Arguments

    input UpdateVisualizationDatasetInput!

    Input sent to the updateVisualizationDataset mutation

    UpdateVisualizationDatasetInput fields

    name String!

    A meaningful, human-readable name for this dataset

    productId ID!

    Unique identifier (uuid) of the product to which this dataset belongs

    datasetId ID!

    Unique identifier (uuid) of the dataset to be updated

    datasetSchema [VisualizationDatasetAttributeInput]!

    The list of attributes required for each row in the dataset

    timeColumn String

    Dataset time column name. Used to optimize data storage and retrieval

    Return Fields

    dataset VisualizationDataset

    The new dataset

    userErrors [UpdateVisualizationDatasetUserError!]

    Error details while updating dataset

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.