storage/bruno-api-docs/Library/Move File.bru
2025-04-16 17:26:24 -05:00

20 lines
259 B
Text

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
}