user APIs
Add a share
Adds a new share. The share id will be auto-generated
post/user/shares
Request body
Example request
{
"paths": [
"/dir1",
"/dir2/file.txt",
"/dir3/subdir"
],
"allow_from": [
"192.0.2.0/24",
"2001:db8::/32"
]
}Response
successful operation