We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c4b7b commit eb5e4a8Copy full SHA for eb5e4a8
src/data/usage-api-v2.json
@@ -102,7 +102,7 @@
102
}
103
104
},
105
- "/2/metrics/hourly/applications/:application": {
+ "/2/metrics/hourly": {
106
"get": {
107
"summary": "Returns a list of billing metrics per hour for the specified application",
108
"operationId": "retrieveApplicationMetricsHourly",
@@ -251,10 +251,7 @@
251
252
"DailyEntry": {
253
"type": "object",
254
- "required": [
255
- "date",
256
- "values"
257
- ],
+ "required": ["date", "values"],
258
"properties": {
259
"date": {
260
"type": "string",
@@ -294,10 +291,7 @@
294
291
295
292
"HourlyEntry": {
296
293
297
298
299
300
301
302
"time": {
303
0 commit comments