1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-04 13:30:04 +00:00

fix(upload): added query param as well for filepath

This commit is contained in:
Saad Jutt
2022-02-28 22:34:18 +05:00
parent 8c1941a87b
commit feeec4eb14
5 changed files with 56 additions and 13 deletions

View File

@@ -669,7 +669,13 @@ paths:
security:
-
bearerAuth: []
parameters: []
parameters:
-
in: query
name: _filePath
required: false
schema:
type: string
requestBody:
required: true
content:
@@ -677,13 +683,12 @@ paths:
schema:
type: object
properties:
filePath:
type: string
file:
type: string
format: binary
filePath:
type: string
required:
- filePath
- file
patch:
operationId: UpdateFile