Skip to content

Commit eb5e4a8

Browse files
authored
fix(usage): fix path for hourly endpoint (#25)
1 parent 87c4b7b commit eb5e4a8

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/data/usage-api-v2.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103
}
104104
},
105-
"/2/metrics/hourly/applications/:application": {
105+
"/2/metrics/hourly": {
106106
"get": {
107107
"summary": "Returns a list of billing metrics per hour for the specified application",
108108
"operationId": "retrieveApplicationMetricsHourly",
@@ -251,10 +251,7 @@
251251
},
252252
"DailyEntry": {
253253
"type": "object",
254-
"required": [
255-
"date",
256-
"values"
257-
],
254+
"required": ["date", "values"],
258255
"properties": {
259256
"date": {
260257
"type": "string",
@@ -294,10 +291,7 @@
294291
},
295292
"HourlyEntry": {
296293
"type": "object",
297-
"required": [
298-
"date",
299-
"values"
300-
],
294+
"required": ["date", "values"],
301295
"properties": {
302296
"time": {
303297
"type": "string",

0 commit comments

Comments
 (0)