mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Add acl helpers
This commit is contained in:
parent
180eb27c33
commit
6b6ba6c594
8 changed files with 383 additions and 11 deletions
|
@ -178,7 +178,7 @@ message AclAddRecordResponse {
|
|||
bytes payload = 2;
|
||||
}
|
||||
|
||||
// AclGetRecordsRequest can optionally contain the last known aclHeal, the server will return only new records or an empty list if there are no new records.
|
||||
// AclGetRecordsRequest can optionally contain the last known aclHead, the server will return only new records or an empty list if there are no new records.
|
||||
// If aclHead is not provided the whole list will be returned.
|
||||
message AclGetRecordsRequest {
|
||||
string spaceId = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue