Skip to content

Commit accb719

Browse files
committed
MINOR: Add version parameter to get raw config
1 parent 6f32ade commit accb719

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/haproxy_spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6112,6 +6112,7 @@ paths:
61126112
operationId: getHAProxyConfiguration
61136113
parameters:
61146114
- $ref: '#/parameters/transaction_id'
6115+
- $ref: '#/parameters/version'
61156116
produces:
61166117
- text/plain
61176118
responses:

paths/haproxy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,6 +2035,7 @@ configuration:
20352035
operationId: getHAProxyConfiguration
20362036
parameters:
20372037
- $ref: "#/parameters/transaction_id"
2038+
- $ref: "#/parameters/version"
20382039
produces:
20392040
- text/plain
20402041
tags:

0 commit comments

Comments
 (0)