summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2023-05-02 18:10:14 +0300
committerGitHub <noreply@github.com>2023-05-02 18:10:14 +0300
commitcd5230b596bdc58f5dbdf97fbc0bee0dc6ea56ab (patch)
tree372696cea2f46aaaf32b8c5d453a7bcf3ea1f287 /aclk
parentc723e4fb657c0044a712c02365e138c81fe34688 (diff)
Set api v2 version 2 (#14954)
Increase api/v2 version
Diffstat (limited to 'aclk')
-rw-r--r--aclk/aclk_capas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk_capas.c b/aclk/aclk_capas.c
index 63fe913373..824a438993 100644
--- a/aclk/aclk_capas.c
+++ b/aclk/aclk_capas.c
@@ -38,7 +38,7 @@ struct capability *aclk_get_node_instance_capas(RRDHOST *host)
.enabled = enable_metric_correlations },
{ .name = "ctx", .version = 1, .enabled = 1 },
{ .name = "funcs", .version = 0, .enabled = 0 },
- { .name = "http_api_v2", .version = 1, .enabled = 1 },
+ { .name = "http_api_v2", .version = 2, .enabled = 1 },
{ .name = "health", .version = 1, .enabled = host->health.health_enabled },
{ .name = NULL, .version = 0, .enabled = 0 }
};