users
Adds data points to a dataset. The dataset need not be previously created. All points within the given dataset will be returned with subsquent calls to retrieve this dataset. Data points can belong to more than one dataset. This method does not use patch semantics: the data points provided are merely inserted, with no existing data replaced.
patch/{userId}/dataSources/{dataSourceId}/datasets/{datasetId}
Path parameters
userIdstring required
Patch a dataset for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.
dataSourceIdstring required
The data stream ID of the data source that created the dataset.
datasetIdstring required
This field is not used, and can be safely omitted.
Request body
Response
Successful response