mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
fix: fix share-attributes description of the object properties names
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
59f29912c4
commit
6b6b2d6705
@ -264,7 +264,7 @@ Supported properties
|
||||
| <ocm:share-permissions /> | | The permissions that the user has | ``["share", "read", "write"]`` |
|
||||
| | | over the share as a JSON array. | |
|
||||
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
|
||||
| <nc:share-attributes /> | User set attributes as a JSON array. | ``[{ "scope" => <string>, "key" => <string>, "enabled" => <bool> }]`` |
|
||||
| <nc:share-attributes /> | User set attributes as a JSON array. | ``[{ "scope" => <string>, "key" => <string>, "value" => <bool> }]`` |
|
||||
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
|
||||
| <nc:sharees /> | The list of share recipient. | .. code-block:: XML |
|
||||
| | | |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user