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

@@ -81,7 +81,7 @@ const docTemplate = `{
}
},
"/free/": {
"get": {
"post": {
"security": [
{
"ApiKeyAuth": []
@@ -279,6 +279,9 @@ const docTemplate = `{
"min": {
"type": "number"
},
"resolution": {
"type": "integer"
},
"to": {
"type": "integer"
}
@@ -296,6 +299,9 @@ const docTemplate = `{
"metric": {
"type": "string"
},
"resolution": {
"type": "integer"
},
"scale-by": {
"type": "number"
},