Skip to content

Commit e2fcf93

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 132ac7d of spec repo
1 parent 7cd13ee commit e2fcf93

File tree

6 files changed

+965
-15
lines changed

6 files changed

+965
-15
lines changed

config/_default/menus/api.en.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11394,6 +11394,54 @@ menu:
1139411394
unstable:
1139511395
- v2
1139611396
order: 18
11397+
- name: Get a team hierarchy link
11398+
url: '#get-a-team-hierarchy-link'
11399+
identifier: teams-get-a-team-hierarchy-link
11400+
parent: teams
11401+
generated: true
11402+
params:
11403+
versions:
11404+
- v2
11405+
operationids:
11406+
- GetTeamHierarchyLink
11407+
unstable: []
11408+
order: 21
11409+
- name: Remove a team hierarchy link
11410+
url: '#remove-a-team-hierarchy-link'
11411+
identifier: teams-remove-a-team-hierarchy-link
11412+
parent: teams
11413+
generated: true
11414+
params:
11415+
versions:
11416+
- v2
11417+
operationids:
11418+
- RemoveTeamHierarchyLink
11419+
unstable: []
11420+
order: 23
11421+
- name: Create a team hierarchy link
11422+
url: '#create-a-team-hierarchy-link'
11423+
identifier: teams-create-a-team-hierarchy-link
11424+
parent: teams
11425+
generated: true
11426+
params:
11427+
versions:
11428+
- v2
11429+
operationids:
11430+
- AddTeamHierarchyLink
11431+
unstable: []
11432+
order: 22
11433+
- name: Get team hierarchy links
11434+
url: '#get-team-hierarchy-links'
11435+
identifier: teams-get-team-hierarchy-links
11436+
parent: teams
11437+
generated: true
11438+
params:
11439+
versions:
11440+
- v2
11441+
operationids:
11442+
- ListTeamHierarchyLinks
11443+
unstable: []
11444+
order: 20
1139711445
- name: Create a team
1139811446
url: '#create-a-team'
1139911447
identifier: teams-create-a-team

content/en/api/v2/teams/examples.json

Lines changed: 407 additions & 9 deletions
Large diffs are not rendered by default.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"data": {
3+
"relationships": {
4+
"parent_team": {
5+
"data": {
6+
"id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
7+
"type": "team"
8+
}
9+
},
10+
"sub_team": {
11+
"data": {
12+
"id": "7c47c39d-7740-6408-d686-7870a744701c",
13+
"type": "team"
14+
}
15+
}
16+
},
17+
"type": "team_hierarchy_links"
18+
}
19+
}

data/api/v2/CodeExamples.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1822,6 +1822,13 @@
18221822
"description": "Save new value for on-demand concurrency cap returns \"OK\" response"
18231823
}
18241824
],
1825+
"AddTeamHierarchyLink": [
1826+
{
1827+
"group": "teams",
1828+
"suffix": "",
1829+
"description": "Create a team hierarchy link returns \"OK\" response"
1830+
}
1831+
],
18251832
"CreateTeamLink": [
18261833
{
18271834
"group": "teams",

0 commit comments

Comments
 (0)