deleting and uploading files
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
info:
|
||||
name: create-folder
|
||||
type: http
|
||||
seq: 22
|
||||
seq: 24
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: http://localhost:3000/api/v1/restricted/storage/create-folder?path&name=../k
|
||||
url: http://localhost:3000/api/v1/restricted/storage/create-folder?path=&name=folder
|
||||
params:
|
||||
- name: path
|
||||
value: ""
|
||||
type: query
|
||||
- name: name
|
||||
value: ../k
|
||||
value: folder
|
||||
type: query
|
||||
auth: inherit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user