Skip to content

Commit 051f7a7

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 14b6251 of spec repo
1 parent 3e0b7c0 commit 051f7a7

60 files changed

Lines changed: 7986 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

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

api/datadog/configuration.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,11 @@ func NewConfiguration() *Configuration {
716716
"v2.UpdateLLMObsDatasetRecords": false,
717717
"v2.UpdateLLMObsExperiment": false,
718718
"v2.UpdateLLMObsProject": false,
719+
"v2.CreateAnnotation": false,
720+
"v2.DeleteAnnotation": false,
721+
"v2.GetPageAnnotations": false,
722+
"v2.ListAnnotations": false,
723+
"v2.UpdateAnnotation": false,
719724
"v2.AnonymizeUsers": false,
720725
"v2.Validate": false,
721726
"v2.CreateOpenAPI": false,
@@ -985,6 +990,10 @@ func NewConfiguration() *Configuration {
985990
"v2.UpdateMonitorUserTemplate": false,
986991
"v2.ValidateExistingMonitorUserTemplate": false,
987992
"v2.ValidateMonitorUserTemplate": false,
993+
"v2.DeleteScopesRestriction": false,
994+
"v2.GetScopesRestriction": false,
995+
"v2.RegisterOAuthClient": false,
996+
"v2.UpsertScopesRestriction": false,
988997
"v2.BulkUpdateOrgGroupMemberships": false,
989998
"v2.CreateOrgGroup": false,
990999
"v2.CreateOrgGroupPolicy": false,

0 commit comments

Comments
 (0)