From 2cb66505ca4dd5d9b54252c07ecfdc8f014b0be0 Mon Sep 17 00:00:00 2001 From: oasdiff-test Date: Sun, 14 Jun 2026 00:20:59 +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 4367a2889839e0675c88609ba79a7a754dbda066 Mon Sep 17 00:00:00 2001 From: oasdiff-test Date: Sun, 14 Jun 2026 00:21:38 +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: