diff --git a/cs3/sharing/collaboration/v1beta1/resources.proto b/cs3/sharing/collaboration/v1beta1/resources.proto index 6cf1c1e..b7bc4c6 100644 --- a/cs3/sharing/collaboration/v1beta1/resources.proto +++ b/cs3/sharing/collaboration/v1beta1/resources.proto @@ -93,6 +93,9 @@ message ReceivedShare { // REQUIRED. // The mount point of the share. storage.provider.v1beta1.Reference mount_point = 3; + // Optional. + // Hide share, default false + bool hidden = 4; } // The state of the share. diff --git a/docs/index.html b/docs/index.html index 24b1d5a..5a8cc8c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11374,6 +11374,14 @@

ReceivedShare

The mount point of the share.

+ + hidden + bool + +

Optional. +Hide share, default false

+ +