user APIs
Update share
Updates an existing share belonging to the logged in user
put/user/shares/{id}
Request body
Example request
{
"paths": [
"/dir1",
"/dir2/file.txt",
"/dir3/subdir"
],
"allow_from": [
"192.0.2.0/24",
"2001:db8::/32"
]
}Response
successful operation