Skip to content

Commit 0c917af

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 26d4ae7 of spec repo
1 parent feba006 commit 0c917af

24 files changed

Lines changed: 2734 additions & 0 deletions

.generator/schemas/v2/openapi.yaml

Lines changed: 403 additions & 0 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,11 @@ func NewConfiguration() *Configuration {
933933
"v2.GetIncidentTeam": false,
934934
"v2.ListIncidentTeams": false,
935935
"v2.UpdateIncidentTeam": false,
936+
"v2.CreateWebIntegrationAccount": false,
937+
"v2.DeleteWebIntegrationAccount": false,
938+
"v2.GetWebIntegrationAccount": false,
939+
"v2.ListWebIntegrationAccounts": false,
940+
"v2.UpdateWebIntegrationAccount": false,
936941
},
937942
RetryConfiguration: RetryConfiguration{
938943
EnableRetry: false,

0 commit comments

Comments
 (0)