From 047e56e1b647a39da7c4a6b25eb06c167865b7fa Mon Sep 17 00:00:00 2001 From: Nicu Chiciuc Date: Fri, 22 May 2026 09:48:21 +0300 Subject: [PATCH] Fix Workers Builds response envelope schema --- openapi.json | 7 +------ openapi.yaml | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/openapi.json b/openapi.json index f44d9eae1..1c6c7c958 100644 --- a/openapi.json +++ b/openapi.json @@ -517660,10 +517660,6 @@ "type": "string" } }, - "result": { - "type": "object", - "nullable": true - }, "result_info": { "$ref": "#/components/schemas/builds_PaginationInfo" }, @@ -517675,8 +517671,7 @@ "required": [ "success", "errors", - "messages", - "result" + "messages" ] }, "builds_BuildLogsResponse": { diff --git a/openapi.yaml b/openapi.yaml index ab0dc9f5a..efe5cf85e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -350680,9 +350680,6 @@ components: type: array items: type: string - result: - type: object - nullable: true result_info: $ref: '#/components/schemas/builds_PaginationInfo' success: @@ -350692,7 +350689,6 @@ components: - success - errors - messages - - result builds_BuildLogsResponse: type: object properties: