diff --git a/cs3/storage/provider/v1beta1/provider_api.proto b/cs3/storage/provider/v1beta1/provider_api.proto index 3bc0513b..67881a1a 100644 --- a/cs3/storage/provider/v1beta1/provider_api.proto +++ b/cs3/storage/provider/v1beta1/provider_api.proto @@ -435,6 +435,9 @@ message ListRecycleRequest { // The end time range to query for recycle items. // The value is Unix Epoch timestamp in seconds. cs3.types.v1beta1.Timestamp to_ts = 3; + // OPTIONAL. + // The reference to which the action should be performed. + Reference ref = 4; } message ListRecycleResponse { @@ -463,6 +466,9 @@ message ListRecycleStreamRequest { // The end time range to query for recycle items. // The value is Unix Epoch timestamp in seconds. cs3.types.v1beta1.Timestamp to_ts = 3; + // OPTIONAL. + // The reference to which the action should be performed. + Reference ref = 4; } message ListRecycleStreamResponse { diff --git a/docs/index.html b/docs/index.html index 76d255f3..7c735f53 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13805,6 +13805,14 @@
OPTIONAL. +The reference to which the action should be performed.
OPTIONAL. +The reference to which the action should be performed.