Skip to content

Commit 9671293

Browse files
test: remove 200 response from POST to trigger breaking change
1 parent c0ab3bc commit 9671293

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

simple.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,10 @@ paths:
4646
description: Creates one project.
4747
required: true
4848
responses:
49-
"200":
49+
"201":
5050
content:
5151
application/json:
5252
schema:
5353
$ref: '#/components/schemas/GroupView'
54-
description: SUCCESS
54+
description: Created
5555
summary: Create a Project
56-
/api/v1.0/groups/{groupId}:
57-
get:
58-
tags:
59-
- Group
60-
operationId: getOneGroup
61-
parameters:
62-
- $ref: '#/components/parameters/groupId'
63-
responses:
64-
"200":
65-
content:
66-
application/json:
67-
schema:
68-
$ref: '#/components/schemas/GroupView'
69-
description: SUCCESS
70-
summary: Get a Project

0 commit comments

Comments
 (0)