diff --git a/specification/build/haproxy_spec.yaml b/specification/build/haproxy_spec.yaml index ff731d73..77e60693 100644 --- a/specification/build/haproxy_spec.yaml +++ b/specification/build/haproxy_spec.yaml @@ -5,7 +5,7 @@ info: description: | API for editing and managing haproxy instances. Provides process information, configuration management, haproxy stats and logs. - version: '2.9' + version: '3.0' contact: name: HAProxy Support url: https://my.haproxy.com/portal/cust/login @@ -10084,7 +10084,7 @@ parameters: securityDefinitions: basic_auth: type: basic -basePath: /v2 +basePath: /v3 schemes: - http - https diff --git a/specification/haproxy-spec.yaml b/specification/haproxy-spec.yaml index f5410c74..de259cfb 100644 --- a/specification/haproxy-spec.yaml +++ b/specification/haproxy-spec.yaml @@ -5,7 +5,7 @@ info: description: | API for editing and managing haproxy instances. Provides process information, configuration management, haproxy stats and logs. - version: '2.9' + version: '3.0' contact: name: HAProxy Support url: https://my.haproxy.com/portal/cust/login @@ -648,7 +648,7 @@ parameters: securityDefinitions: basic_auth: type: basic -basePath: /v2 +basePath: /v3 schemes: - http - https