@@ -26426,6 +26426,8 @@ paths:
26426
26426
schema:
26427
26427
$ref: '#/components/schemas/TeamsResponse'
26428
26428
description: OK
26429
+ '403':
26430
+ $ref: '#/components/responses/ForbiddenResponse'
26429
26431
'429':
26430
26432
$ref: '#/components/responses/TooManyRequestsResponse'
26431
26433
security:
@@ -26458,6 +26460,8 @@ paths:
26458
26460
schema:
26459
26461
$ref: '#/components/schemas/TeamResponse'
26460
26462
description: CREATED
26463
+ '403':
26464
+ $ref: '#/components/responses/ForbiddenResponse'
26461
26465
'409':
26462
26466
content:
26463
26467
application/json:
@@ -26490,6 +26494,8 @@ paths:
26490
26494
responses:
26491
26495
'204':
26492
26496
description: No Content
26497
+ '403':
26498
+ $ref: '#/components/responses/ForbiddenResponse'
26493
26499
'404':
26494
26500
content:
26495
26501
application/json:
@@ -26524,6 +26530,8 @@ paths:
26524
26530
schema:
26525
26531
$ref: '#/components/schemas/TeamResponse'
26526
26532
description: OK
26533
+ '403':
26534
+ $ref: '#/components/responses/ForbiddenResponse'
26527
26535
'404':
26528
26536
content:
26529
26537
application/json:
@@ -26573,6 +26581,8 @@ paths:
26573
26581
schema:
26574
26582
$ref: '#/components/schemas/APIErrorResponse'
26575
26583
description: API error response.
26584
+ '403':
26585
+ $ref: '#/components/responses/ForbiddenResponse'
26576
26586
'404':
26577
26587
content:
26578
26588
application/json:
@@ -26614,6 +26624,8 @@ paths:
26614
26624
schema:
26615
26625
$ref: '#/components/schemas/TeamLinksResponse'
26616
26626
description: OK
26627
+ '403':
26628
+ $ref: '#/components/responses/ForbiddenResponse'
26617
26629
'404':
26618
26630
content:
26619
26631
application/json:
@@ -26653,6 +26665,8 @@ paths:
26653
26665
schema:
26654
26666
$ref: '#/components/schemas/TeamLinkResponse'
26655
26667
description: OK
26668
+ '403':
26669
+ $ref: '#/components/responses/ForbiddenResponse'
26656
26670
'404':
26657
26671
content:
26658
26672
application/json:
@@ -26696,6 +26710,8 @@ paths:
26696
26710
responses:
26697
26711
'204':
26698
26712
description: No Content
26713
+ '403':
26714
+ $ref: '#/components/responses/ForbiddenResponse'
26699
26715
'404':
26700
26716
content:
26701
26717
application/json:
@@ -26735,6 +26751,8 @@ paths:
26735
26751
schema:
26736
26752
$ref: '#/components/schemas/TeamLinkResponse'
26737
26753
description: OK
26754
+ '403':
26755
+ $ref: '#/components/responses/ForbiddenResponse'
26738
26756
'404':
26739
26757
content:
26740
26758
application/json:
@@ -26780,6 +26798,8 @@ paths:
26780
26798
schema:
26781
26799
$ref: '#/components/schemas/TeamLinkResponse'
26782
26800
description: OK
26801
+ '403':
26802
+ $ref: '#/components/responses/ForbiddenResponse'
26783
26803
'404':
26784
26804
content:
26785
26805
application/json:
@@ -26827,6 +26847,8 @@ paths:
26827
26847
schema:
26828
26848
$ref: '#/components/schemas/UserTeamsResponse'
26829
26849
description: Represents a user's association to a team
26850
+ '403':
26851
+ $ref: '#/components/responses/ForbiddenResponse'
26830
26852
'404':
26831
26853
content:
26832
26854
application/json:
@@ -26866,6 +26888,8 @@ paths:
26866
26888
schema:
26867
26889
$ref: '#/components/schemas/UserTeamResponse'
26868
26890
description: Represents a user's association to a team
26891
+ '403':
26892
+ $ref: '#/components/responses/ForbiddenResponse'
26869
26893
'404':
26870
26894
content:
26871
26895
application/json:
@@ -26909,6 +26933,8 @@ paths:
26909
26933
responses:
26910
26934
'204':
26911
26935
description: No Content
26936
+ '403':
26937
+ $ref: '#/components/responses/ForbiddenResponse'
26912
26938
'404':
26913
26939
content:
26914
26940
application/json:
@@ -26954,6 +26980,8 @@ paths:
26954
26980
schema:
26955
26981
$ref: '#/components/schemas/UserTeamResponse'
26956
26982
description: Represents a user's association to a team
26983
+ '403':
26984
+ $ref: '#/components/responses/ForbiddenResponse'
26957
26985
'404':
26958
26986
content:
26959
26987
application/json:
@@ -26989,6 +27017,8 @@ paths:
26989
27017
schema:
26990
27018
$ref: '#/components/schemas/TeamPermissionSettingsResponse'
26991
27019
description: OK
27020
+ '403':
27021
+ $ref: '#/components/responses/ForbiddenResponse'
26992
27022
'404':
26993
27023
content:
26994
27024
application/json:
@@ -27035,6 +27065,8 @@ paths:
27035
27065
schema:
27036
27066
$ref: '#/components/schemas/TeamPermissionSettingResponse'
27037
27067
description: OK
27068
+ '403':
27069
+ $ref: '#/components/responses/ForbiddenResponse'
27038
27070
'404':
27039
27071
content:
27040
27072
application/json:
0 commit comments