Functionpost(
source,
path,
content = "",
overwrite = false,
onupload,
headers = {},
isDir = false
)
frontend/src/api/resources.js:643
FunctionpostPublic(
hash,
path,
content = "",
overwrite = false,
onupload,
headers = {},
isDir = false
)
frontend/src/api/resources.js:1027
FunctionpublicPatchHandlerpublicPatchHandler performs a patch operation (e.g., move, copy, rename) on resources in a public share. @Summary Move, copy, or rename resources in a
backend/http/public.go:337