mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07: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:
@@ -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 |
|
||||
| | | |
|
||||
|
||||
Reference in New Issue
Block a user