Skip to content

Commit 92bf521

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 32239f82 of spec repo
1 parent 584f4e8 commit 92bf521

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-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": "2025-05-27 17:12:13.372089",
8-
"spec_repo_commit": "ed439f7c"
7+
"regenerated": "2025-06-02 08:25:44.967737",
8+
"spec_repo_commit": "32239f82"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-27 17:12:13.387673",
13-
"spec_repo_commit": "ed439f7c"
12+
"regenerated": "2025-06-02 08:25:44.985485",
13+
"spec_repo_commit": "32239f82"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9569,6 +9569,9 @@ components:
95699569
type: array
95709570
target:
95719571
$ref: '#/components/schemas/CreatePageRequestDataAttributesTarget'
9572+
example:
9573+
identifier: my-team
9574+
type: team_handle
95729575
title:
95739576
description: The title of the page.
95749577
example: 'Service: Test is down'
@@ -9582,6 +9585,9 @@ components:
95829585
type: object
95839586
CreatePageRequestDataAttributesTarget:
95849587
description: Information about the target to notify (such as a team or user).
9588+
example:
9589+
identifier: my-team
9590+
type: team_handle
95859591
properties:
95869592
identifier:
95879593
description: Identifier for the target (for example, team handle or user

0 commit comments

Comments
 (0)