Updated different swagger output.

Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
This commit is contained in:
Bartlomiej Plotka 2020-04-23 16:52:14 +01:00
parent 69d60f2411
commit 1d13a2cd2f
1 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
"/v2/admin/tsdb/clean_tombstones": {
"post": {
"summary": "CleanTombstones removes the deleted data from disk and cleans up the existing tombstones.",
"operationId": "TSDBCleanTombstones",
"operationId": "Admin_TSDBCleanTombstones",
"responses": {
"200": {
"description": "A successful response.",
@ -37,7 +37,7 @@
"/v2/admin/tsdb/delete_series": {
"post": {
"summary": "DeleteSeries deletes data for a selection of series in a time range.",
"operationId": "DeleteSeries",
"operationId": "Admin_DeleteSeries",
"responses": {
"200": {
"description": "A successful response.",
@ -70,7 +70,7 @@
"/v2/admin/tsdb/snapshot": {
"post": {
"summary": "Snapshot creates a snapshot of all current data into 'snapshots/\u003cdatetime\u003e-\u003crand\u003e' under the TSDB's data directory.",
"operationId": "TSDBSnapshot",
"operationId": "Admin_TSDBSnapshot",
"responses": {
"200": {
"description": "A successful response.",