mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-11 19:43:19 +00:00
Rename
This commit is contained in:
parent
546c0deb29
commit
9c07bdb9aa
6 changed files with 0 additions and 0 deletions
20
bruno-api-docs/Library/Move File.bru
Normal file
20
bruno-api-docs/Library/Move File.bru
Normal file
|
@ -0,0 +1,20 @@
|
|||
meta {
|
||||
name: Move File
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8080/api/library/:libraryId/files/move?from=&to=
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
from:
|
||||
to:
|
||||
}
|
||||
|
||||
params:path {
|
||||
libraryId: dbabbf7d-9b63-487b-9908-57c2df11b2d2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue