From 46941f00ee43a24287a912ded714ff9337b787a6 Mon Sep 17 00:00:00 2001 From: oasdiff-test Date: Sun, 14 Jun 2026 23:36:11 +0300 Subject: [PATCH 1/2] test: remove 200 response (breaking change for integration test) --- simple.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/simple.yaml b/simple.yaml index b635d93..f77f21d 100644 --- a/simple.yaml +++ b/simple.yaml @@ -45,12 +45,6 @@ paths: description: Creates one project. required: true responses: - "200": - content: - application/json: - schema: - $ref: '#/components/schemas/GroupView' - description: SUCCESS "400": content: application/json: From 38a784db5939e5212995074e2a87d34428c5d48a Mon Sep 17 00:00:00 2001 From: oasdiff-test Date: Sun, 14 Jun 2026 23:36:46 +0300 Subject: [PATCH 2/2] test: non-breaking version bump --- simple.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple.yaml b/simple.yaml index f77f21d..ddf10d2 100644 --- a/simple.yaml +++ b/simple.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: Tufin - version: "3.0" + version: "3.1" servers: - url: https://localhost:8080 components: