Skip to content

Commit

Permalink
REORG/MINOR: uniforming cluster-configuration header to string
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Feb 5, 2024
1 parent 5bd342e commit d04b750
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 @@ -14163,7 +14163,7 @@ paths:
headers:
Configuration-Version:
description: Configuration file version
type: integer
type: string
x-nullable: false
schema:
$ref: '#/definitions/server_templates'
Expand Down Expand Up @@ -14266,7 +14266,7 @@ paths:
headers:
Configuration-Version:
description: Configuration file version
type: integer
type: string
x-nullable: false
schema:
$ref: '#/definitions/server_template'
Expand Down
4 changes: 2 additions & 2 deletions specification/paths/configuration/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ server_templates:
headers:
Configuration-Version:
description: Configuration file version
type: integer
type: string
x-nullable: false
schema:
$ref: "#/definitions/server_templates"
Expand Down Expand Up @@ -302,7 +302,7 @@ server_templates_one:
headers:
Configuration-Version:
description: Configuration file version
type: integer
type: string
x-nullable: false
schema:
$ref: "#/definitions/server_template"
Expand Down

0 comments on commit d04b750

Please sign in to comment.