Update data set

This can also be used to create a data set by setting allowMissing to true.

Note that this method will update all fields unless updateMask is set.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of a data set, e.g. namespace.dataSetIdentifier. The namespace must be one of the predetermined namespaces the customer has access to. The data set identifier must match the regex \w[\w-]{0,63}.

Query Params
string

Use this to update only selected fields. For example, specify displayName to update only the display name. If the signals field is updated, the new list will replace the existing list. If allowMissing is set, this field is ignored.

For REST requests, this is a comma-separated string.

boolean

If set to true, a new data set will be created if it did not exist, and updateMask is ignored.

Body Params

The data set to update.

string

Used when showing the data set in the Exabel app. Required when creating a data set.

string

This is currently not used in the Exabel app, but may be in future.

signals
array of strings

List of signals comprising the data set. Signals are represented by their resource names, e.g. signals/namespace.signalIdentifier.

signals
derivedSignals
array of strings

List of derived signals in the data set, in decreasing order of "importance". Derived signals are represented by their resource names, e.g. derivedSignals/42.

derivedSignals
highlightedSignals
array of strings

List of signals that are highlighted in this data set.

highlightedSignals
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json