This commit is contained in:
Aditya Ujeniya
2024-09-17 10:49:32 +02:00
parent 545c176974
commit 4ac6cef01f
7 changed files with 26 additions and 8 deletions

View File

@@ -75,7 +75,7 @@
}
},
"/free/": {
"get": {
"post": {
"security": [
{
"ApiKeyAuth": []
@@ -273,6 +273,9 @@
"min": {
"type": "number"
},
"resolution": {
"type": "integer"
},
"to": {
"type": "integer"
}
@@ -290,6 +293,9 @@
"metric": {
"type": "string"
},
"resolution": {
"type": "integer"
},
"scale-by": {
"type": "number"
},

View File

@@ -16,6 +16,8 @@ definitions:
type: number
min:
type: number
resolution:
type: integer
to:
type: integer
type: object
@@ -27,6 +29,8 @@ definitions:
type: string
metric:
type: string
resolution:
type: integer
scale-by:
type: number
subtype:
@@ -137,7 +141,7 @@ paths:
tags:
- debug
/free/:
get:
post:
parameters:
- description: up to timestamp
in: query