File tree Expand file tree Collapse file tree 6 files changed +965
-15
lines changed Expand file tree Collapse file tree 6 files changed +965
-15
lines changed Original file line number Diff line number Diff 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
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments