docs/files.rst: added note about null ownership

This commit is contained in:
dogeystamp 2023-05-22 12:16:45 -04:00
parent 14734446ba
commit 3d93e489c4
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 7 additions and 0 deletions

View File

@ -23,6 +23,8 @@ Currently, server settings are represented by the following object:
"default_permissions": ["PERMISSION1", "PERMISSION2"]
}
.. _admin_anon_perms:
Anonymous permissions
^^^^^^^^^^^^^^^^^^^^^

View File

@ -64,6 +64,11 @@ In JSON, a file share has the following properties::
- Read-only
- UUID that uniquely identifies this share.
.. note::
Share ownership can be changed by changing ``owner_name``.
Do note that setting it to ``null`` is equivalent to :ref:`unauthenticated users<admin_anon_perms>` owning the share.
.. _files_metadata_api:
Metadata API