Skip to content

Commit 6310255

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Document 403 on team endpoints (#1687)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2062f7a commit 6310255

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-09-28 06:45:51.243614",
8-
"spec_repo_commit": "a10ce226"
7+
"regenerated": "2023-09-28 11:39:17.045666",
8+
"spec_repo_commit": "6bea2ad2"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-09-28 06:45:51.256773",
13-
"spec_repo_commit": "a10ce226"
12+
"regenerated": "2023-09-28 11:39:17.058748",
13+
"spec_repo_commit": "6bea2ad2"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26426,6 +26426,8 @@ paths:
2642626426
schema:
2642726427
$ref: '#/components/schemas/TeamsResponse'
2642826428
description: OK
26429+
'403':
26430+
$ref: '#/components/responses/ForbiddenResponse'
2642926431
'429':
2643026432
$ref: '#/components/responses/TooManyRequestsResponse'
2643126433
security:
@@ -26458,6 +26460,8 @@ paths:
2645826460
schema:
2645926461
$ref: '#/components/schemas/TeamResponse'
2646026462
description: CREATED
26463+
'403':
26464+
$ref: '#/components/responses/ForbiddenResponse'
2646126465
'409':
2646226466
content:
2646326467
application/json:
@@ -26490,6 +26494,8 @@ paths:
2649026494
responses:
2649126495
'204':
2649226496
description: No Content
26497+
'403':
26498+
$ref: '#/components/responses/ForbiddenResponse'
2649326499
'404':
2649426500
content:
2649526501
application/json:
@@ -26524,6 +26530,8 @@ paths:
2652426530
schema:
2652526531
$ref: '#/components/schemas/TeamResponse'
2652626532
description: OK
26533+
'403':
26534+
$ref: '#/components/responses/ForbiddenResponse'
2652726535
'404':
2652826536
content:
2652926537
application/json:
@@ -26573,6 +26581,8 @@ paths:
2657326581
schema:
2657426582
$ref: '#/components/schemas/APIErrorResponse'
2657526583
description: API error response.
26584+
'403':
26585+
$ref: '#/components/responses/ForbiddenResponse'
2657626586
'404':
2657726587
content:
2657826588
application/json:
@@ -26614,6 +26624,8 @@ paths:
2661426624
schema:
2661526625
$ref: '#/components/schemas/TeamLinksResponse'
2661626626
description: OK
26627+
'403':
26628+
$ref: '#/components/responses/ForbiddenResponse'
2661726629
'404':
2661826630
content:
2661926631
application/json:
@@ -26653,6 +26665,8 @@ paths:
2665326665
schema:
2665426666
$ref: '#/components/schemas/TeamLinkResponse'
2665526667
description: OK
26668+
'403':
26669+
$ref: '#/components/responses/ForbiddenResponse'
2665626670
'404':
2665726671
content:
2665826672
application/json:
@@ -26696,6 +26710,8 @@ paths:
2669626710
responses:
2669726711
'204':
2669826712
description: No Content
26713+
'403':
26714+
$ref: '#/components/responses/ForbiddenResponse'
2669926715
'404':
2670026716
content:
2670126717
application/json:
@@ -26735,6 +26751,8 @@ paths:
2673526751
schema:
2673626752
$ref: '#/components/schemas/TeamLinkResponse'
2673726753
description: OK
26754+
'403':
26755+
$ref: '#/components/responses/ForbiddenResponse'
2673826756
'404':
2673926757
content:
2674026758
application/json:
@@ -26780,6 +26798,8 @@ paths:
2678026798
schema:
2678126799
$ref: '#/components/schemas/TeamLinkResponse'
2678226800
description: OK
26801+
'403':
26802+
$ref: '#/components/responses/ForbiddenResponse'
2678326803
'404':
2678426804
content:
2678526805
application/json:
@@ -26827,6 +26847,8 @@ paths:
2682726847
schema:
2682826848
$ref: '#/components/schemas/UserTeamsResponse'
2682926849
description: Represents a user's association to a team
26850+
'403':
26851+
$ref: '#/components/responses/ForbiddenResponse'
2683026852
'404':
2683126853
content:
2683226854
application/json:
@@ -26866,6 +26888,8 @@ paths:
2686626888
schema:
2686726889
$ref: '#/components/schemas/UserTeamResponse'
2686826890
description: Represents a user's association to a team
26891+
'403':
26892+
$ref: '#/components/responses/ForbiddenResponse'
2686926893
'404':
2687026894
content:
2687126895
application/json:
@@ -26909,6 +26933,8 @@ paths:
2690926933
responses:
2691026934
'204':
2691126935
description: No Content
26936+
'403':
26937+
$ref: '#/components/responses/ForbiddenResponse'
2691226938
'404':
2691326939
content:
2691426940
application/json:
@@ -26954,6 +26980,8 @@ paths:
2695426980
schema:
2695526981
$ref: '#/components/schemas/UserTeamResponse'
2695626982
description: Represents a user's association to a team
26983+
'403':
26984+
$ref: '#/components/responses/ForbiddenResponse'
2695726985
'404':
2695826986
content:
2695926987
application/json:
@@ -26989,6 +27017,8 @@ paths:
2698927017
schema:
2699027018
$ref: '#/components/schemas/TeamPermissionSettingsResponse'
2699127019
description: OK
27020+
'403':
27021+
$ref: '#/components/responses/ForbiddenResponse'
2699227022
'404':
2699327023
content:
2699427024
application/json:
@@ -27035,6 +27065,8 @@ paths:
2703527065
schema:
2703627066
$ref: '#/components/schemas/TeamPermissionSettingResponse'
2703727067
description: OK
27068+
'403':
27069+
$ref: '#/components/responses/ForbiddenResponse'
2703827070
'404':
2703927071
content:
2704027072
application/json:

0 commit comments

Comments
 (0)