Skip to content

Commit

Permalink
MAJOR: reload configuration after creating a new Storage SSL Certificate
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Gramer <[email protected]>
  • Loading branch information
vgramer committed Aug 8, 2023
1 parent 2081a28 commit f68f0fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19059,6 +19059,14 @@ paths:
description: SSL certificate created
schema:
$ref: '#/definitions/ssl_certificate'
"202":
description: SSL certificate created requested
headers:
Reload-ID:
description: ID of the requested reload
type: string
schema:
$ref: '#/definitions/ssl_certificate'
"400":
$ref: '#/responses/BadRequest'
"409":
Expand Down
8 changes: 8 additions & 0 deletions specification/paths/storage/ssl_certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ ssl_certificates:
description: SSL certificate created
schema:
$ref: "#/definitions/ssl_certificate"
'202':
description: SSL certificate created requested
headers:
Reload-ID:
description: ID of the requested reload
type: string
schema:
$ref: "#/definitions/ssl_certificate"
'409':
$ref: '#/responses/AlreadyExists'
'400':
Expand Down

0 comments on commit f68f0fd

Please sign in to comment.