Skip to content

Commit

Permalink
MAJOR: update basePath to /v3
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 committed Jan 29, 2024
1 parent 468a446 commit 79ddaf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -10084,7 +10084,7 @@ parameters:
securityDefinitions:
basic_auth:
type: basic
basePath: /v2
basePath: /v3
schemes:
- http
- https
Expand Down
4 changes: 2 additions & 2 deletions specification/haproxy-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -648,7 +648,7 @@ parameters:
securityDefinitions:
basic_auth:
type: basic
basePath: /v2
basePath: /v3
schemes:
- http
- https
Expand Down

0 comments on commit 79ddaf0

Please sign in to comment.