File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 8
8
license :
9
9
name : Apache 2.0
10
10
url : https://www.apache.org/licenses/LICENSE-2.0.html
11
- version : 0.4 .0
11
+ version : 0.5 .0
12
12
servers :
13
13
- url : /
14
14
security :
@@ -535,7 +535,12 @@ paths:
535
535
content :
536
536
application/json :
537
537
schema :
538
- $ref : ' #/components/schemas/Project'
538
+ type : object
539
+ required :
540
+ - project
541
+ properties :
542
+ project :
543
+ $ref : ' #/components/schemas/Project'
539
544
' 422 ' :
540
545
description : ' '
541
546
content :
@@ -2927,8 +2932,6 @@ components:
2927
2932
- is_private
2928
2933
- estimated_hours
2929
2934
- total_estimated_hours
2930
- - spent_hours
2931
- - total_spent_hours
2932
2935
- created_on
2933
2936
- updated_on
2934
2937
- closed_on
@@ -3126,11 +3129,11 @@ components:
3126
3129
id :
3127
3130
type : integer
3128
3131
name :
3129
- type : integer
3132
+ type : string
3130
3133
identifier :
3131
- type : integer
3134
+ type : string
3132
3135
description :
3133
- type : integer
3136
+ type : string
3134
3137
nullable : true
3135
3138
homepage :
3136
3139
type : string
@@ -3167,6 +3170,7 @@ components:
3167
3170
- errors
3168
3171
properties :
3169
3172
errors :
3173
+ type : array
3170
3174
items :
3171
3175
type : string
3172
3176
Membership :
You can’t perform that action at this time.
0 commit comments