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"
},