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 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818class 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 ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments