File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -13613,7 +13613,7 @@ components:
13613
13613
handle:
13614
13614
description: The team's identifier
13615
13615
example: example-team
13616
- maxLength: 64
13616
+ maxLength: 195
13617
13617
type: string
13618
13618
link_count:
13619
13619
description: The number of links belonging to the team
@@ -13628,7 +13628,7 @@ components:
13628
13628
name:
13629
13629
description: The name of the team
13630
13630
example: Example Team
13631
- maxLength: 64
13631
+ maxLength: 200
13632
13632
type: string
13633
13633
summary:
13634
13634
description: A brief summary of the team, derived from the `description`
@@ -13964,12 +13964,12 @@ components:
13964
13964
handle:
13965
13965
description: The team's identifier
13966
13966
example: example-team
13967
- maxLength: 64
13967
+ maxLength: 195
13968
13968
type: string
13969
13969
name:
13970
13970
description: The name of the team
13971
13971
example: Example Team
13972
- maxLength: 64
13972
+ maxLength: 200
13973
13973
type: string
13974
13974
required:
13975
13975
- handle
Original file line number Diff line number Diff line change 18
18
class TeamAttributes (ModelNormal ):
19
19
validations = {
20
20
"handle" : {
21
- "max_length" : 64 ,
21
+ "max_length" : 195 ,
22
22
},
23
23
"link_count" : {
24
24
"inclusive_maximum" : 2147483647 ,
25
25
},
26
26
"name" : {
27
- "max_length" : 64 ,
27
+ "max_length" : 200 ,
28
28
},
29
29
"summary" : {
30
30
"max_length" : 120 ,
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ class TeamUpdateAttributes(ModelNormal):
20
20
"inclusive_minimum" : 0 ,
21
21
},
22
22
"handle" : {
23
- "max_length" : 64 ,
23
+ "max_length" : 195 ,
24
24
},
25
25
"name" : {
26
- "max_length" : 64 ,
26
+ "max_length" : 200 ,
27
27
},
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments