Skip to content

Commit 01f963d

Browse files
author
ci.datadog-api-spec
committedOct 4, 2024
Regenerate client from commit 7679754f of spec repo
1 parent 88ef6b0 commit 01f963d

File tree

51 files changed

+113
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+113
-113
lines changed
 

‎.apigentools-info

+4-4
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-10-04 10:38:26.322460",
8-
"spec_repo_commit": "7a63d530"
7+
"regenerated": "2024-10-04 13:47:58.082311",
8+
"spec_repo_commit": "7679754f"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-04 10:38:26.335792",
13-
"spec_repo_commit": "7a63d530"
12+
"regenerated": "2024-10-04 13:47:58.096769",
13+
"spec_repo_commit": "7679754f"
1414
}
1515
}
1616
}

‎.generator/schemas/v1/openapi.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -22548,18 +22548,18 @@ components:
2254822548
type: integer
2254922549
x:
2255022550
description: The position of the widget on the x (horizontal) axis. Should
22551-
be a non-negative integer.
22551+
be a non-negative number.
2255222552
example: 0
22553-
format: int64
22553+
format: double
2255422554
minimum: 0
22555-
type: integer
22555+
type: number
2255622556
y:
2255722557
description: The position of the widget on the y (vertical) axis. Should
22558-
be a non-negative integer.
22558+
be a non-negative number.
2255922559
example: 0
22560-
format: int64
22560+
format: double
2256122561
minimum: 0
22562-
type: integer
22562+
type: number
2256322563
required:
2256422564
- x
2256522565
- y

0 commit comments

Comments
 (0)