Skip to content

Commit cc4a28c

Browse files
author
github-actions
committed
Update bundled file
1 parent 0783579 commit cc4a28c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

openapi.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
license:
99
name: Apache 2.0
1010
url: https://www.apache.org/licenses/LICENSE-2.0.html
11-
version: 0.4.0
11+
version: 0.5.0
1212
servers:
1313
- url: /
1414
security:
@@ -535,7 +535,12 @@ paths:
535535
content:
536536
application/json:
537537
schema:
538-
$ref: '#/components/schemas/Project'
538+
type: object
539+
required:
540+
- project
541+
properties:
542+
project:
543+
$ref: '#/components/schemas/Project'
539544
'422':
540545
description: ''
541546
content:
@@ -2927,8 +2932,6 @@ components:
29272932
- is_private
29282933
- estimated_hours
29292934
- total_estimated_hours
2930-
- spent_hours
2931-
- total_spent_hours
29322935
- created_on
29332936
- updated_on
29342937
- closed_on
@@ -3126,11 +3129,11 @@ components:
31263129
id:
31273130
type: integer
31283131
name:
3129-
type: integer
3132+
type: string
31303133
identifier:
3131-
type: integer
3134+
type: string
31323135
description:
3133-
type: integer
3136+
type: string
31343137
nullable: true
31353138
homepage:
31363139
type: string
@@ -3167,6 +3170,7 @@ components:
31673170
- errors
31683171
properties:
31693172
errors:
3173+
type: array
31703174
items:
31713175
type: string
31723176
Membership:

0 commit comments

Comments
 (0)