Skip to content

Commit b101f76

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Mark additional usage fields as nullable (#1183)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fdef3ea commit b101f76

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-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.4",
7-
"regenerated": "2023-06-08 21:02:41.646586",
8-
"spec_repo_commit": "5b401dab"
7+
"regenerated": "2023-06-09 14:55:30.884395",
8+
"spec_repo_commit": "b6c7aa0b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-06-08 21:02:41.659412",
13-
"spec_repo_commit": "5b401dab"
12+
"regenerated": "2023-06-09 14:55:30.900828",
13+
"spec_repo_commit": "b6c7aa0b"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16761,6 +16761,7 @@ components:
1676116761
iot_device_count:
1676216762
description: The total number of IoT devices during a given hour.
1676316763
format: int64
16764+
nullable: true
1676416765
type: integer
1676516766
org_name:
1676616767
description: The organization name.
@@ -16888,6 +16889,7 @@ components:
1688816889
retention:
1688916890
description: The retention period in days or "custom" for all custom retention
1689016891
usage.
16892+
nullable: true
1689116893
type: string
1689216894
type: object
1689316895
UsageLogsByRetentionResponse:
@@ -17012,6 +17014,7 @@ components:
1701217014
host_count:
1701317015
description: Contains the number of active NPM hosts.
1701417016
format: int64
17017+
nullable: true
1701517018
type: integer
1701617019
hour:
1701717020
description: The hour for the usage.

0 commit comments

Comments
 (0)