Skip to content

Commit e088305

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Generate API Spec for Log Restriction Queries (#3460)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6be4c93 commit e088305

File tree

121 files changed

+10901
-54
lines changed

Some content is hidden

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

121 files changed

+10901
-54
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 1201 additions & 3 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,17 @@ func NewConfiguration() *Configuration {
690690
"v2.UpdateIncidentNotificationTemplate": false,
691691
"v2.UpdateIncidentTodo": false,
692692
"v2.UpdateIncidentType": false,
693+
"v2.AddRoleToRestrictionQuery": false,
694+
"v2.CreateRestrictionQuery": false,
695+
"v2.DeleteRestrictionQuery": false,
696+
"v2.GetRestrictionQuery": false,
697+
"v2.GetRoleRestrictionQuery": false,
698+
"v2.ListRestrictionQueries": false,
699+
"v2.ListRestrictionQueryRoles": false,
700+
"v2.ListUserRestrictionQueries": false,
701+
"v2.RemoveRoleFromRestrictionQuery": false,
702+
"v2.ReplaceRestrictionQuery": false,
703+
"v2.UpdateRestrictionQuery": false,
693704
"v2.CreateMonitorUserTemplate": false,
694705
"v2.DeleteMonitorUserTemplate": false,
695706
"v2.GetMonitorUserTemplate": false,

0 commit comments

Comments
 (0)