File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
core/src/main/resources/swagger Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -528,12 +528,16 @@ paths:
528528 in : query
529529 description : how many workspaces to return at a time
530530 required : false
531- default : 100
531+ schema :
532+ type : integer
533+ default : 100
532534 - name : offset
533535 in : query
534536 description : The number of items to skip before starting to collect the result
535537 required : false
536- default : 0
538+ schema :
539+ type : integer
540+ default : 0
537541 responses :
538542 200 :
539543 description : Success
@@ -3987,12 +3991,16 @@ paths:
39873991 in : query
39883992 description : how many google projects to return at a time
39893993 required : false
3990- default : 100
3994+ schema :
3995+ type : integer
3996+ default : 100
39913997 - name : offset
39923998 in : query
39933999 description : The number of items to skip before starting to collect the result
39944000 required : false
3995- default : 0
4001+ schema :
4002+ type : integer
4003+ default : 0
39964004 responses :
39974005 200 :
39984006 description : Successful Request
You can’t perform that action at this time.
0 commit comments