File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
summary: Uploads single file using form-data
18
18
requestBody:
19
19
content:
20
- application/x-www- form-urlencoded :
20
+ multipart/ form-data :
21
21
schema:
22
22
type: object
23
23
properties:
35
35
summary: Uploads multiple file using form-data and type as 'array'
36
36
requestBody:
37
37
content:
38
- application/x-www- form-urlencoded :
38
+ multipart/ form-data :
39
39
schema:
40
40
type: object
41
41
properties:
72
72
summary : Uploads single file using form-data
73
73
requestBody :
74
74
content :
75
- application/x-www- form-urlencoded :
75
+ multipart/ form-data :
76
76
schema :
77
77
type : object
78
78
properties :
92
92
summary : Uploads multiple file using form-data and type as 'array'
93
93
requestBody :
94
94
content :
95
- application/x-www- form-urlencoded :
95
+ multipart/ form-data :
96
96
schema :
97
97
type : object
98
98
properties :
You can’t perform that action at this time.
0 commit comments