diff --git a/openapi.json b/openapi.json index fee8c5ba..2836e7c2 100644 --- a/openapi.json +++ b/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "2372c8c189" + "x-box-commit-hash": "cc51aff694" }, "servers": [ { diff --git a/openapi/openapi-v2025.0.json b/openapi/openapi-v2025.0.json index dc16617e..d91506f5 100644 --- a/openapi/openapi-v2025.0.json +++ b/openapi/openapi-v2025.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2025.0", - "x-box-commit-hash": "2372c8c189" + "x-box-commit-hash": "cc51aff694" }, "servers": [ { @@ -3506,6 +3506,37 @@ "description": "Type of the generated file.", "type": "string", "example": "docx" + }, + "failures": { + "description": "Errors and warnings that occurred during document generation.", + "type": "object", + "nullable": true, + "properties": { + "errors": { + "description": "A list of errors that occurred during document generation.", + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "The tag 'customer_name' was not provided in the input data." + ] + }, + "warnings": { + "description": "A list of warnings that occurred during document generation.", + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "The tag 'optional_field' was provided but not used in the template." + ] + } + }, + "required": [ + "errors", + "warnings" + ] } } } diff --git a/openapi/openapi-v2026.0.json b/openapi/openapi-v2026.0.json index 366882ef..bfb6f2b6 100644 --- a/openapi/openapi-v2026.0.json +++ b/openapi/openapi-v2026.0.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2026.0", - "x-box-commit-hash": "2372c8c189" + "x-box-commit-hash": "cc51aff694" }, "servers": [ { diff --git a/openapi/openapi.json b/openapi/openapi.json index fee8c5ba..2836e7c2 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -14,7 +14,7 @@ "url": "https://www.apache.org/licenses/LICENSE-2.0" }, "version": "2024.0", - "x-box-commit-hash": "2372c8c189" + "x-box-commit-hash": "cc51aff694" }, "servers": [ {