Skip to content

Commit 6dea483

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c70ecd2f of spec repo
1 parent 46796ca commit 6dea483

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
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.4",
7-
"regenerated": "2023-05-31 18:24:48.311029",
8-
"spec_repo_commit": "75f2b526"
7+
"regenerated": "2023-06-01 14:05:06.473076",
8+
"spec_repo_commit": "c70ecd2f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-05-31 18:24:48.325321",
13-
"spec_repo_commit": "75f2b526"
12+
"regenerated": "2023-06-01 14:05:06.485472",
13+
"spec_repo_commit": "c70ecd2f"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13613,7 +13613,7 @@ components:
1361313613
handle:
1361413614
description: The team's identifier
1361513615
example: example-team
13616-
maxLength: 64
13616+
maxLength: 195
1361713617
type: string
1361813618
link_count:
1361913619
description: The number of links belonging to the team
@@ -13628,7 +13628,7 @@ components:
1362813628
name:
1362913629
description: The name of the team
1363013630
example: Example Team
13631-
maxLength: 64
13631+
maxLength: 200
1363213632
type: string
1363313633
summary:
1363413634
description: A brief summary of the team, derived from the `description`
@@ -13964,12 +13964,12 @@ components:
1396413964
handle:
1396513965
description: The team's identifier
1396613966
example: example-team
13967-
maxLength: 64
13967+
maxLength: 195
1396813968
type: string
1396913969
name:
1397013970
description: The name of the team
1397113971
example: Example Team
13972-
maxLength: 64
13972+
maxLength: 200
1397313973
type: string
1397413974
required:
1397513975
- handle

src/datadog_api_client/v2/model/team_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
class TeamAttributes(ModelNormal):
1919
validations = {
2020
"handle": {
21-
"max_length": 64,
21+
"max_length": 195,
2222
},
2323
"link_count": {
2424
"inclusive_maximum": 2147483647,
2525
},
2626
"name": {
27-
"max_length": 64,
27+
"max_length": 200,
2828
},
2929
"summary": {
3030
"max_length": 120,

src/datadog_api_client/v2/model/team_update_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ class TeamUpdateAttributes(ModelNormal):
2020
"inclusive_minimum": 0,
2121
},
2222
"handle": {
23-
"max_length": 64,
23+
"max_length": 195,
2424
},
2525
"name": {
26-
"max_length": 64,
26+
"max_length": 200,
2727
},
2828
}
2929

0 commit comments

Comments
 (0)