diff --git a/cs3/sharing/ocm/v1beta1/resources.proto b/cs3/sharing/ocm/v1beta1/resources.proto index 780bc04..58f934d 100644 --- a/cs3/sharing/ocm/v1beta1/resources.proto +++ b/cs3/sharing/ocm/v1beta1/resources.proto @@ -257,6 +257,9 @@ message WebappProtocol { // REQUIRED. // Template URI to open the resource with a remote app. string uri_template = 1; + // REQUIRED. + // View mode for the remote app. + cs3.app.provider.v1beta1.ViewMode view_mode = 2; } // Defines the options for the Transfer protocol. diff --git a/docs/index.html b/docs/index.html index 9d1f268..8893ea5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14196,6 +14196,14 @@

WebappProtocol

Template URI to open the resource with a remote app.

+ + view_mode + cs3.app.provider.v1beta1.ViewMode + +

REQUIRED. +View mode for the remote app.

+ + @@ -16773,7 +16781,7 @@

RestoreRecycleIt Reference

REQUIRED. -The reference to which the action should be performed.

+The reference to the user's home directory.