Skip to content

Commit

Permalink
BUG/MINOR: groups: flat response for single item
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed Feb 7, 2024
1 parent 38b50a6 commit 19b8d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11972,10 +11972,7 @@ paths:
description: Configuration file version
type: string
schema:
properties:
data:
$ref: '#/definitions/group'
type: object
$ref: '#/definitions/group'
"404":
$ref: '#/responses/AlreadyExists'
default:
Expand Down
5 changes: 1 addition & 4 deletions specification/paths/configuration/userlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,7 @@ groups_one:
description: Configuration file version
type: string
schema:
type: object
properties:
data:
$ref: "#/definitions/group"
$ref: "#/definitions/group"
'404':
$ref: '#/responses/AlreadyExists'
'default':
Expand Down

0 comments on commit 19b8d34

Please sign in to comment.