From f68f0fd8b7c587e242f2f50899a146249b67932e Mon Sep 17 00:00:00 2001 From: Vincent Gramer Date: Tue, 8 Aug 2023 18:01:10 +0200 Subject: [PATCH] MAJOR: reload configuration after creating a new Storage SSL Certificate Signed-off-by: Vincent Gramer --- specification/build/haproxy_spec.yaml | 8 ++++++++ specification/paths/storage/ssl_certificates.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/specification/build/haproxy_spec.yaml b/specification/build/haproxy_spec.yaml index d9626ed4..e943717e 100644 --- a/specification/build/haproxy_spec.yaml +++ b/specification/build/haproxy_spec.yaml @@ -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": diff --git a/specification/paths/storage/ssl_certificates.yaml b/specification/paths/storage/ssl_certificates.yaml index 12708d4b..82478d6f 100644 --- a/specification/paths/storage/ssl_certificates.yaml +++ b/specification/paths/storage/ssl_certificates.yaml @@ -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':