This commit is contained in:
Jackzie 2025-04-16 17:26:24 -05:00
parent 546c0deb29
commit 9c07bdb9aa
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,19 @@
meta {
name: Upload File
type: http
seq: 5
}
post {
url: http://localhost:8080/api/library/:libraryId/files/move?path=
body: none
auth: none
}
params:query {
path:
}
params:path {
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
}