From d4e29a1dad5911f68d8fe1bf3c14f21b27d1a6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Risue=C3=B1o?= Date: Mon, 18 May 2026 14:25:23 +0200 Subject: [PATCH] Update provisioner openapi specification --- openapi-specs/component-provisioner-v1.0.0.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openapi-specs/component-provisioner-v1.0.0.yaml b/openapi-specs/component-provisioner-v1.0.0.yaml index 0f6843a..2d22b76 100644 --- a/openapi-specs/component-provisioner-v1.0.0.yaml +++ b/openapi-specs/component-provisioner-v1.0.0.yaml @@ -446,6 +446,8 @@ components: enum: - success - error + - deletion_success + - deletion_error example: error RestErrorMessage: properties: @@ -580,4 +582,4 @@ components: parameters: type: array items: - $ref: '#/components/schemas/ProjectComponentStatusParameter' + $ref: '#/components/schemas/ProjectComponentStatusParameter' \ No newline at end of file