fix repo_get_raw_file{_or_lfs} not returning Vec<u8>
This commit is contained in:
parent
c8251debb6
commit
5fda006b0f
2 changed files with 6 additions and 5 deletions
|
|
@ -9112,6 +9112,7 @@
|
|||
},
|
||||
"/repos/{owner}/{repo}/media/{filepath}": {
|
||||
"get": {
|
||||
"produces": ["*/*"],
|
||||
"tags": ["repository"],
|
||||
"summary": "Get a file or it's LFS object from a repository",
|
||||
"operationId": "repoGetRawFileOrLFS",
|
||||
|
|
@ -11172,7 +11173,7 @@
|
|||
},
|
||||
"/repos/{owner}/{repo}/raw/{filepath}": {
|
||||
"get": {
|
||||
"produces": ["application/json"],
|
||||
"produces": ["*/*"],
|
||||
"tags": ["repository"],
|
||||
"summary": "Get a file from a repository",
|
||||
"operationId": "repoGetRawFile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue