Skip to content

Commit 4a7eeae

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit f433034 of spec repo
1 parent af7c397 commit 4a7eeae

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66624,9 +66624,6 @@ paths:
6662466624
x-permission:
6662566625
operator: OPEN
6662666626
permissions: []
66627-
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
66628-
66629-
contact [Datadog support](https://docs.datadoghq.com/help/).**'
6663066627
put:
6663166628
description: Edits the dataset associated with the ID.
6663266629
operationId: UpdateDataset

services/datasets/src/v2/DatasetsApi.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ export class DatasetsApiRequestFactory extends BaseAPIRequestFactory {
194194
): Promise<RequestContext> {
195195
const _config = _options || this.configuration;
196196

197-
if (!_config.unstableOperations["DatasetsApi.v2.getDataset"]) {
198-
throw new Error(
199-
"Unstable operation 'getDataset' is disabled. Enable it by setting `configuration.unstableOperations['DatasetsApi.v2.getDataset'] = true`",
200-
);
201-
}
202-
203197
// verify required parameter 'datasetId' is not null or undefined
204198
if (datasetId === null || datasetId === undefined) {
205199
throw new RequiredError("datasetId", "getDataset");

0 commit comments

Comments
 (0)