Skip to content

Commit 759e03b

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 042566be of spec repo
1 parent 067e5c3 commit 759e03b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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-30 14:28:55.332880",
8-
"spec_repo_commit": "adf5379f"
7+
"regenerated": "2023-05-31 17:47:46.921631",
8+
"spec_repo_commit": "042566be"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-05-30 14:28:55.345353",
13-
"spec_repo_commit": "adf5379f"
12+
"regenerated": "2023-05-31 17:47:46.937566",
13+
"spec_repo_commit": "042566be"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13667,12 +13667,12 @@ components:
1366713667
handle:
1366813668
description: The team's identifier
1366913669
example: example-team
13670-
maxLength: 64
13670+
maxLength: 195
1367113671
type: string
1367213672
name:
1367313673
description: The name of the team
1367413674
example: Example Team
13675-
maxLength: 64
13675+
maxLength: 200
1367613676
type: string
1367713677
required:
1367813678
- handle

src/datadog_api_client/v2/model/team_create_attributes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
class TeamCreateAttributes(ModelNormal):
1717
validations = {
1818
"handle": {
19-
"max_length": 64,
19+
"max_length": 195,
2020
},
2121
"name": {
22-
"max_length": 64,
22+
"max_length": 200,
2323
},
2424
}
2525

0 commit comments

Comments
 (0)