clean
This commit is contained in:
Родитель
98b692f670
Коммит
e26442f6b1
|
@ -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": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче