file upoad documentation
This commit is contained in:
parent
caf96c3f97
commit
19c46d6ee8
|
|
@ -1550,6 +1550,24 @@
|
|||
"value": "tm"
|
||||
}
|
||||
}
|
||||
},{
|
||||
"name": "Content-Type",
|
||||
"in": "header",
|
||||
"description": "Localization",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"examples": {
|
||||
"json": {
|
||||
"summary": "Application json",
|
||||
"value": "application/json"
|
||||
},
|
||||
"multipart": {
|
||||
"summary": "Multipart/form-data",
|
||||
"value": "multipart/form-data"
|
||||
}
|
||||
}
|
||||
}],
|
||||
"requestBody": {
|
||||
"content": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue