support non-json return types
This commit is contained in:
parent
cb1f2d9ae8
commit
c51e080214
3 changed files with 110 additions and 50 deletions
|
|
@ -1,11 +1,9 @@
|
|||
{
|
||||
"consumes": [
|
||||
"application/json",
|
||||
"text/plain"
|
||||
"application/json"
|
||||
],
|
||||
"produces": [
|
||||
"application/json",
|
||||
"text/html"
|
||||
"application/json"
|
||||
],
|
||||
"schemes": [
|
||||
"http",
|
||||
|
|
@ -3603,7 +3601,9 @@
|
|||
"/repos/{owner}/{repo}/archive/{archive}": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
"application/octet-stream",
|
||||
"application/zip,",
|
||||
"application/gzip"
|
||||
],
|
||||
"tags": [
|
||||
"repository"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue