We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ab3bc commit 9671293Copy full SHA for 9671293
1 file changed
simple.yaml
@@ -46,25 +46,10 @@ paths:
46
description: Creates one project.
47
required: true
48
responses:
49
- "200":
+ "201":
50
content:
51
application/json:
52
schema:
53
$ref: '#/components/schemas/GroupView'
54
- description: SUCCESS
+ description: Created
55
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
65
- content:
66
- application/json:
67
- schema:
68
- $ref: '#/components/schemas/GroupView'
69
70
- summary: Get a Project
0 commit comments