We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
POST /shares/<root_path>/<user>
DELETE /shares/<root_path>/<user>
Possible data structure:
{'Photos': {'owner': 'Pippo', 'users': ['Pluto', 'Paperino', 'Minnie'] # sharing users ('Pippo' is implicitly included, beeing the owner) }, 'Music': {'owner': 'Paperone', 'users': ['Paperino', 'Qui', 'Quo', 'Qua'] } }