Skip to content

Commit 1e23907

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Enable route for automerging. (#1718)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 3737376 commit 1e23907

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
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.6",
7-
"regenerated": "2024-07-19 19:37:55.394690",
8-
"spec_repo_commit": "a3f2b7d2"
7+
"regenerated": "2024-07-22 20:03:18.056182",
8+
"spec_repo_commit": "cd020fa6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-19 19:37:55.413403",
13-
"spec_repo_commit": "a3f2b7d2"
12+
"regenerated": "2024-07-22 20:03:18.075162",
13+
"spec_repo_commit": "cd020fa6"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22362,6 +22362,7 @@ components:
2236222362
url:
2236322363
description: The URL for the link
2236422364
example: https://example.com
22365+
format: url
2236522366
type: string
2236622367
required:
2236722368
- label

packages/datadog-api-client-v2/models/TeamLinkAttributes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ export class TeamLinkAttributes {
6161
baseName: "url",
6262
type: "string",
6363
required: true,
64+
format: "url",
6465
},
6566
additionalProperties: {
6667
baseName: "additionalProperties",

0 commit comments

Comments
 (0)