docs/files.rst: added note about null ownership
This commit is contained in:
parent
14734446ba
commit
3d93e489c4
@ -23,6 +23,8 @@ Currently, server settings are represented by the following object:
|
|||||||
"default_permissions": ["PERMISSION1", "PERMISSION2"]
|
"default_permissions": ["PERMISSION1", "PERMISSION2"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.. _admin_anon_perms:
|
||||||
|
|
||||||
Anonymous permissions
|
Anonymous permissions
|
||||||
^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
@ -64,6 +64,11 @@ In JSON, a file share has the following properties::
|
|||||||
- Read-only
|
- Read-only
|
||||||
- UUID that uniquely identifies this share.
|
- 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:
|
.. _files_metadata_api:
|
||||||
|
|
||||||
Metadata API
|
Metadata API
|
||||||
|
Loading…
Reference in New Issue
Block a user