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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user