summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2024-01-18 18:12:52 +0200
committerGitHub <noreply@github.com>2024-01-18 18:12:52 +0200
commit54e764e660bf2c24b4f35d917ca44c09bc92c501 (patch)
tree1cc067214aeec722a6c0890382b93621af5cb77d
parentb121297a5b666a4593732d54afd1cb790c2bda9a (diff)
Update naming for swagger api (#16564)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--web/api/netdata-swagger.json2
-rw-r--r--web/api/netdata-swagger.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/api/netdata-swagger.json b/web/api/netdata-swagger.json
index eee8af3306..3017f5d5c8 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.38",
+ "version": "v1-rolling",
"contact": {
"name": "Netdata Agent API",
"email": "info@netdata.cloud",
diff --git a/web/api/netdata-swagger.yaml b/web/api/netdata-swagger.yaml
index 5107bbe673..ad007ba472 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.38"
+ version: "v1-rolling"
contact:
name: Netdata Agent API
email: info@netdata.cloud