Skip to content

Commit 5b3a174

Browse files
authored
Merge pull request #132 from josephschorr/delete-rel-count
Add number of deleted relationships to DeleteRelationshipsResponse
2 parents 03fe5b6 + 1cf99a0 commit 5b3a174

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

authzed/api/v1/permission_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,9 @@ message DeleteRelationshipsResponse {
352352

353353
// deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
354354
DeletionProgress deletion_progress = 2;
355+
356+
// relationships_deleted_count is the number of relationships that were deleted.
357+
uint64 relationships_deleted_count = 3;
355358
}
356359

357360
// CheckPermissionRequest issues a check on whether a subject has a permission

0 commit comments

Comments
 (0)