Skip to content

Commit 5fb06f0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update team name and handle length restrictions (#1168)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 46a8f93 commit 5fb06f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 17:18:45.436506",
8-
"spec_repo_commit": "3b710977"
7+
"regenerated": "2023-05-31 18:24:43.004548",
8+
"spec_repo_commit": "75f2b526"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-05-31 17:18:45.449938",
13-
"spec_repo_commit": "3b710977"
12+
"regenerated": "2023-05-31 18:24:43.017525",
13+
"spec_repo_commit": "75f2b526"
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

0 commit comments

Comments
 (0)