Skip to content

Commit

Permalink
Fix validaiton
Browse files Browse the repository at this point in the history
  • Loading branch information
Liran Chen committed Sep 21, 2020
1 parent 2070420 commit 24d422a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
},
"responses": {
"200": {
"headers": {
"content-type": "application/zip"
},
"body": "{Binary}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
},
"responses": {
"200": {
"headers": {
"content-type": "application/zip"
},
"body": "{Binary}"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
"200": {
"description": "Downloaded activation file",
"schema": {
"type": "file"
"type": "object",
"format": "file"
}
},
"default": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@
"200": {
"description": "Downloaded activation file",
"schema": {
"type": "file"
"type": "object",
"format": "file"
}
},
"default": {
Expand Down

0 comments on commit 24d422a

Please sign in to comment.