зеркало из
1
0
Форкнуть 0
This commit is contained in:
Timothee Guerin 2020-12-03 13:29:03 -08:00
Родитель 98b692f670
Коммит e26442f6b1
1 изменённых файлов: 34 добавлений и 40 удалений

Просмотреть файл

@ -1,20 +1,14 @@
{
"swagger": "2.0",
"info": {
"description": "Acceptance test for file with json content type.",
"description": "Sample for file with json content type.",
"version": "1.0.0",
"title": "Binary with content-type: application/json"
},
"host": "localhost",
"schemes": [
"https"
],
"consumes": [
"application/json"
],
"produces": [
"application/json"
],
"schemes": ["https"],
"consumes": ["application/json"],
"produces": ["application/json"],
"paths": {
"/file": {
"post": {