diff --git a/cs3/storage/provider/v1beta1/resources.proto b/cs3/storage/provider/v1beta1/resources.proto index cc4e7d1b..056d62b3 100644 --- a/cs3/storage/provider/v1beta1/resources.proto +++ b/cs3/storage/provider/v1beta1/resources.proto @@ -65,7 +65,7 @@ message ResourceInfo { cs3.types.v1beta1.Timestamp mtime = 7; // REQUIRED. // The reference for the resource. - Reference ref = 8; + Reference path = 8; // REQUIRED. // The set of permissions for the resource effective for the authenticated user. ResourcePermissions permission_set = 9; diff --git a/docs/index.html b/docs/index.html index 88a37d0e..48759399 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15012,7 +15012,7 @@

ResourceInfo

- ref + path Reference

REQUIRED. diff --git a/proto.lock b/proto.lock index 3eba1744..84a4af14 100644 --- a/proto.lock +++ b/proto.lock @@ -7498,7 +7498,7 @@ }, { "id": 8, - "name": "ref", + "name": "path", "type": "Reference" }, {