summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorTasos Katsoulas <tasos@netdata.cloud>2022-03-17 12:01:45 +0200
committerGitHub <noreply@github.com>2022-03-17 12:01:45 +0200
commitd482661bab9a542692fae7e1872f268ac7c4043b (patch)
tree3b130f981efd3a6c755cf788f971596ab1397c75 /web
parent1bdb7e8b251dc853dd21938ada307b88400e9587 (diff)
Update Agent version in the Swagger API (#12374)
* Update netdata-swagger.json * Update netdata-swagger.yaml * remove the _rolling suffix Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Diffstat (limited to 'web')
-rw-r--r--web/api/netdata-swagger.json4
-rw-r--r--web/api/netdata-swagger.yaml2
2 files changed, 3 insertions, 3 deletions
diff --git a/web/api/netdata-swagger.json b/web/api/netdata-swagger.json
index 410ce19ced..4a2d16eb34 100644
--- a/web/api/netdata-swagger.json
+++ b/web/api/netdata-swagger.json
@@ -3,7 +3,7 @@
"info": {
"title": "Netdata API",
"description": "Real-time performance and health monitoring.",
- "version": "1.11.1_rolling"
+ "version": "1.33.1"
},
"paths": {
"/info": {
@@ -2121,4 +2121,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/web/api/netdata-swagger.yaml b/web/api/netdata-swagger.yaml
index 194e47747a..80d2bfdfeb 100644
--- a/web/api/netdata-swagger.yaml
+++ b/web/api/netdata-swagger.yaml
@@ -2,7 +2,7 @@ openapi: 3.0.0
info:
title: Netdata API
description: Real-time performance and health monitoring.
- version: 1.11.1_rolling
+ version: 1.33.1
paths:
/info:
get: