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>
Tasos Katsoulas committed
Mar 17, 2022 at 12:01 UTC
d482661bab9a542692fae7e1872f268ac7c4043b
2 files changed
+3
-3
web/api/netdata-swagger.json
+2
-2
@@ -3,7 +3,7 @@
3
"info": {
4
"title": "Netdata API",
5
"description": "Real-time performance and health monitoring.",
6
- "version": "1.11.1_rolling"
6
+ "version": "1.33.1"
7
},
8
"paths": {
9
"/info": {
@@ -2121,4 +2121,4 @@
2121
}
2122
}
2123
}
2124
-}
\ No newline at end of file
2124
+}
web/api/netdata-swagger.yaml
+1
-1
@@ -2,7 +2,7 @@ openapi: 3.0.0
2
info:
3
title: Netdata API
4
description: Real-time performance and health monitoring.
5
- version: 1.11.1_rolling
5
+ version: 1.33.1
6
paths:
7
/info:
8
get: