File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ) ;
You can’t perform that action at this time.
0 commit comments