deleting and uploading files

This commit is contained in:
Daniel Goc
2026-04-02 11:26:58 +02:00
parent b9bc121d43
commit 833f4a5a07
31 changed files with 88 additions and 62 deletions

View File

@@ -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