Skip to content

Commit fc5c8a2

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e53cc4c8 of spec repo
1 parent bd1cd99 commit fc5c8a2

File tree

66 files changed

+828
-501
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+828
-501
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.5",
7-
"regenerated": "2023-07-21 15:02:52.745114",
8-
"spec_repo_commit": "1b0797fc"
7+
"regenerated": "2023-07-24 15:28:34.553176",
8+
"spec_repo_commit": "e53cc4c8"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.5",
12-
"regenerated": "2023-07-21 15:02:52.758154",
13-
"spec_repo_commit": "1b0797fc"
12+
"regenerated": "2023-07-24 15:28:34.572361",
13+
"spec_repo_commit": "e53cc4c8"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 83 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11592,6 +11592,8 @@ components:
1159211592
items:
1159311593
$ref: '#/components/schemas/RelationshipToTeamLinkData'
1159411594
type: array
11595+
links:
11596+
$ref: '#/components/schemas/TeamRelationshipsLinks'
1159511597
type: object
1159611598
RelationshipToUser:
1159711599
description: Relationship to user.
@@ -11619,6 +11621,8 @@ components:
1161911621
properties:
1162011622
data:
1162111623
$ref: '#/components/schemas/RelationshipToUserTeamPermissionData'
11624+
links:
11625+
$ref: '#/components/schemas/TeamRelationshipsLinks'
1162211626
type: object
1162311627
RelationshipToUserTeamPermissionData:
1162411628
description: Related user team permission data
@@ -15959,22 +15963,6 @@ components:
1595915963
required:
1596015964
- data
1596115965
type: object
15962-
TeamData:
15963-
description: A team
15964-
properties:
15965-
attributes:
15966-
$ref: '#/components/schemas/TeamAttributes'
15967-
id:
15968-
description: The team's identifier
15969-
example: aeadc05e-98a8-11ec-ac2c-da7ad0900001
15970-
type: string
15971-
type:
15972-
$ref: '#/components/schemas/TeamType'
15973-
required:
15974-
- attributes
15975-
- id
15976-
- type
15977-
type: object
1597815966
TeamIncluded:
1597915967
description: Included resources related to the team
1598015968
oneOf:
@@ -16188,11 +16176,19 @@ components:
1618816176
user_team_permissions:
1618916177
$ref: '#/components/schemas/RelationshipToUserTeamPermission'
1619016178
type: object
16179+
TeamRelationshipsLinks:
16180+
description: Links attributes.
16181+
properties:
16182+
related:
16183+
description: Related link.
16184+
example: /api/v2/team/c75a4a8e-20c7-11ee-a3a5-da7ad0900002/links
16185+
type: string
16186+
type: object
1619116187
TeamResponse:
1619216188
description: Response with a team
1619316189
properties:
1619416190
data:
16195-
$ref: '#/components/schemas/TeamData'
16191+
$ref: '#/components/schemas/Team'
1619616192
type: object
1619716193
TeamType:
1619816194
default: team
@@ -16269,6 +16265,72 @@ components:
1626916265
items:
1627016266
$ref: '#/components/schemas/TeamIncluded'
1627116267
type: array
16268+
links:
16269+
$ref: '#/components/schemas/TeamsResponseLinks'
16270+
meta:
16271+
$ref: '#/components/schemas/TeamsResponseMeta'
16272+
type: object
16273+
TeamsResponseLinks:
16274+
description: Teams response links.
16275+
properties:
16276+
first:
16277+
description: First link.
16278+
type: string
16279+
last:
16280+
description: Last link.
16281+
nullable: true
16282+
type: string
16283+
next:
16284+
description: Next link.
16285+
type: string
16286+
prev:
16287+
description: Previous link.
16288+
nullable: true
16289+
type: string
16290+
self:
16291+
description: Current link.
16292+
type: string
16293+
type: object
16294+
TeamsResponseMeta:
16295+
description: Teams response metadata.
16296+
properties:
16297+
pagination:
16298+
$ref: '#/components/schemas/TeamsResponseMetaPagination'
16299+
type: object
16300+
TeamsResponseMetaPagination:
16301+
description: Teams response metadata.
16302+
properties:
16303+
first_offset:
16304+
description: The first offset.
16305+
format: int64
16306+
type: integer
16307+
last_offset:
16308+
description: The last offset.
16309+
format: int64
16310+
type: integer
16311+
limit:
16312+
description: Pagination limit.
16313+
format: int64
16314+
type: integer
16315+
next_offset:
16316+
description: The next offset.
16317+
format: int64
16318+
type: integer
16319+
offset:
16320+
description: The offset.
16321+
format: int64
16322+
type: integer
16323+
prev_offset:
16324+
description: The previous offset.
16325+
format: int64
16326+
type: integer
16327+
total:
16328+
description: Total results.
16329+
format: int64
16330+
type: integer
16331+
type:
16332+
description: Offset type.
16333+
type: string
1627216334
type: object
1627316335
TimeseriesFormulaQueryRequest:
1627416336
description: A request wrapper around a single timeseries query to be executed.
@@ -16910,6 +16972,10 @@ components:
1691016972
items:
1691116973
$ref: '#/components/schemas/UserTeam'
1691216974
type: array
16975+
links:
16976+
$ref: '#/components/schemas/TeamsResponseLinks'
16977+
meta:
16978+
$ref: '#/components/schemas/TeamsResponseMeta'
1691316979
type: object
1691416980
UserUpdateAttributes:
1691516981
description: Attributes of the edited user.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2023-05-10T16:25:49.959Z"
1+
"2023-07-12T17:29:26.749Z"

cassettes/v2/Teams_3116892301/Create-a-team-link-returns-API-error-response-response_2927866376/recording.har

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"entries": [
1010
{
11-
"_id": "dbff0b398973b608a32b9794ab1ba1d1",
11+
"_id": "74d49ccec0c11e5ae74a243208eae988",
1212
"_order": 0,
1313
"cache": {},
1414
"request": {
@@ -32,17 +32,17 @@
3232
"postData": {
3333
"mimeType": "application/json",
3434
"params": [],
35-
"text": "{\"data\":{\"attributes\":{\"handle\":\"handle-7f82f490dc758fbf\",\"name\":\"name-7f82f490dc758fbf\"},\"type\":\"team\"}}"
35+
"text": "{\"data\":{\"attributes\":{\"handle\":\"handle-93860ab913118caf\",\"name\":\"name-93860ab913118caf\"},\"type\":\"team\"}}"
3636
},
3737
"queryString": [],
3838
"url": "https://api.datadoghq.com/api/v2/team"
3939
},
4040
"response": {
41-
"bodySize": 551,
41+
"bodySize": 540,
4242
"content": {
4343
"mimeType": "application/json",
44-
"size": 551,
45-
"text": "{\"data\":{\"type\":\"team\",\"id\":\"5391cf72-ef4f-11ed-9b09-da7ad0900002\",\"attributes\":{\"name\":\"name-7f82f490dc758fbf\",\"handle\":\"handle-7f82f490dc758fbf\",\"summary\":null,\"description\":null,\"color\":11,\"created_at\":\"2023-05-10T16:25:50.187661+00:00\",\"modified_at\":\"2023-05-10T16:25:50.187665+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/5391cf72-ef4f-11ed-9b09-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/5391cf72-ef4f-11ed-9b09-da7ad0900002/permission-settings\"}}}}}\n"
44+
"size": 540,
45+
"text": "{\"data\":{\"type\":\"team\",\"id\":\"a68b555c-20d9-11ee-8739-da7ad0900002\",\"attributes\":{\"name\":\"name-93860ab913118caf\",\"handle\":\"handle-93860ab913118caf\",\"summary\":null,\"description\":null,\"created_at\":\"2023-07-12T17:29:26.918845+00:00\",\"modified_at\":\"2023-07-12T17:29:26.918850+00:00\",\"user_count\":0,\"link_count\":0},\"relationships\":{\"team_links\":{\"links\":{\"related\":\"/api/v2/team/a68b555c-20d9-11ee-8739-da7ad0900002/links\"}},\"user_team_permissions\":{\"links\":{\"related\":\"/api/v2/team/a68b555c-20d9-11ee-8739-da7ad0900002/permission-settings\"}}}}}\n"
4646
},
4747
"cookies": [],
4848
"headers": [
@@ -57,11 +57,11 @@
5757
"status": 201,
5858
"statusText": "Created"
5959
},
60-
"startedDateTime": "2023-05-10T16:25:49.968Z",
61-
"time": 267
60+
"startedDateTime": "2023-07-12T17:29:26.757Z",
61+
"time": 209
6262
},
6363
{
64-
"_id": "1503c74187b6396c4bcae177adc0333d",
64+
"_id": "b1391affc74ddcea5f68c408fdee1a8a",
6565
"_order": 0,
6666
"cache": {},
6767
"request": {
@@ -88,7 +88,7 @@
8888
"text": "{\"data\":{\"attributes\":{\"label\":\"\",\"position\":0,\"url\":\"https://example.com\"},\"type\":\"team_links\"}}"
8989
},
9090
"queryString": [],
91-
"url": "https://api.datadoghq.com/api/v2/team/5391cf72-ef4f-11ed-9b09-da7ad0900002/links"
91+
"url": "https://api.datadoghq.com/api/v2/team/a68b555c-20d9-11ee-8739-da7ad0900002/links"
9292
},
9393
"response": {
9494
"bodySize": 36,
@@ -110,11 +110,11 @@
110110
"status": 422,
111111
"statusText": "Unprocessable Entity"
112112
},
113-
"startedDateTime": "2023-05-10T16:25:50.262Z",
114-
"time": 196
113+
"startedDateTime": "2023-07-12T17:29:26.978Z",
114+
"time": 133
115115
},
116116
{
117-
"_id": "4fdc4bf4749554269b47590069d458a7",
117+
"_id": "bb69daa424d3590600d315b3b54c234d",
118118
"_order": 0,
119119
"cache": {},
120120
"request": {
@@ -131,7 +131,7 @@
131131
"httpVersion": "HTTP/1.1",
132132
"method": "DELETE",
133133
"queryString": [],
134-
"url": "https://api.datadoghq.com/api/v2/team/5391cf72-ef4f-11ed-9b09-da7ad0900002"
134+
"url": "https://api.datadoghq.com/api/v2/team/a68b555c-20d9-11ee-8739-da7ad0900002"
135135
},
136136
"response": {
137137
"bodySize": 0,
@@ -147,8 +147,8 @@
147147
"status": 204,
148148
"statusText": "No Content"
149149
},
150-
"startedDateTime": "2023-05-10T16:25:50.479Z",
151-
"time": 231
150+
"startedDateTime": "2023-07-12T17:29:27.122Z",
151+
"time": 196
152152
}
153153
],
154154
"pages": [],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"2023-05-10T16:25:50.730Z"
1+
"2023-07-12T17:29:27.327Z"

0 commit comments

Comments
 (0)