Skip to content

Commit 9302607

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1990161 of spec repo
1 parent 19aa51d commit 9302607

File tree

15 files changed

+491
-529
lines changed

15 files changed

+491
-529
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83168,7 +83168,7 @@ paths:
8316883168
- teams_read
8316983169
summary: Delete team connections
8317083170
tags:
83171-
- Team Connections
83171+
- Teams
8317283172
x-permission:
8317383173
operator: OR
8317483174
permissions:
@@ -83247,7 +83247,7 @@ paths:
8324783247
- teams_read
8324883248
summary: List team connections
8324983249
tags:
83250-
- Team Connections
83250+
- Teams
8325183251
x-pagination:
8325283252
limitParam: page[size]
8325383253
pageParam: page[number]
@@ -83291,7 +83291,7 @@ paths:
8329183291
- teams_read
8329283292
summary: Create team connections
8329383293
tags:
83294-
- Team Connections
83294+
- Teams
8329583295
x-permission:
8329683296
operator: OR
8329783297
permissions:
@@ -86612,9 +86612,6 @@ tags:
8661286612
use Datadog\u2019s API to\nmanage both test types programmatically.\n\nFor more
8661386613
information about Synthetics, see the [Synthetics overview](https://docs.datadoghq.com/synthetics/)."
8661486614
name: Synthetics
86615-
- description: View and manage relationships between Datadog teams and teams from
86616-
external sources, such as GitHub.
86617-
name: Team Connections
8661886615
- description: View and manage teams within Datadog. See the [Teams page](https://docs.datadoghq.com/account_management/teams/)
8661986616
for more information.
8662086617
name: Teams

api/datadog/configuration.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -744,13 +744,13 @@ func NewConfiguration() *Configuration {
744744
"v2.CreateSCAResolveVulnerableSymbols": false,
745745
"v2.CreateSCAResult": false,
746746
"v2.AddMemberTeam": false,
747+
"v2.CreateTeamConnections": false,
748+
"v2.DeleteTeamConnections": false,
747749
"v2.GetTeamSync": false,
748750
"v2.ListMemberTeams": false,
751+
"v2.ListTeamConnections": false,
749752
"v2.RemoveMemberTeam": false,
750753
"v2.SyncTeams": false,
751-
"v2.CreateTeamConnections": false,
752-
"v2.DeleteTeamConnections": false,
753-
"v2.ListTeamConnections": false,
754754
"v2.CreateIncidentTeam": false,
755755
"v2.DeleteIncidentTeam": false,
756756
"v2.GetIncidentTeam": false,

0 commit comments

Comments
 (0)