Skip to content

Commit 8e1c0b9

Browse files
committed
MAJOR: Update specification version (v2 start)
1 parent 0ef0910 commit 8e1c0b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build/haproxy_spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
description: |
66
API for editing and managing haproxy instances. Provides process information, configuration management,
77
haproxy stats and logs.
8-
version: '1.2'
8+
version: '2.0'
99
contact:
1010
name: HAProxy Support
1111
url: https://my.haproxy.com/portal/cust/login
@@ -2733,7 +2733,7 @@ parameters:
27332733
securityDefinitions:
27342734
basic_auth:
27352735
type: basic
2736-
basePath: /v1
2736+
basePath: /v2
27372737
schemes:
27382738
- http
27392739
consumes:

haproxy-spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
description: |
66
API for editing and managing haproxy instances. Provides process information, configuration management,
77
haproxy stats and logs.
8-
version: '1.2'
8+
version: '2.0'
99
contact:
1010
name: HAProxy Support
1111
url: https://my.haproxy.com/portal/cust/login
@@ -250,7 +250,7 @@ parameters:
250250
securityDefinitions:
251251
basic_auth:
252252
type: basic
253-
basePath: /v1
253+
basePath: /v2
254254
schemes:
255255
- http
256256
consumes:

0 commit comments

Comments
 (0)