diff --git a/cs3/sharing/link/v1beta1/link_api.proto b/cs3/sharing/link/v1beta1/link_api.proto index 3244a84c..091c77d9 100644 --- a/cs3/sharing/link/v1beta1/link_api.proto +++ b/cs3/sharing/link/v1beta1/link_api.proto @@ -220,6 +220,9 @@ message GetPublicShareResponse { // REQUIRED. // The share. PublicShare share = 3; + // OPTIONAL. + // The share password hash. + string password = 4; } message GetPublicShareByTokenRequest { @@ -244,4 +247,7 @@ message GetPublicShareByTokenResponse { // REQUIRED. // The share. PublicShare share = 3; + // OPTIONAL. + // The share password hash. + string password = 4; } diff --git a/docs/index.html b/docs/index.html index 9adaba33..9b587231 100644 --- a/docs/index.html +++ b/docs/index.html @@ -8519,6 +8519,14 @@
OPTIONAL. +The share password hash.
OPTIONAL. +The share password hash.