Skip to content

Commit b7d9cc6

Browse files
authored
Merge pull request #94 from authzed/improve-optional-relationsihp-filters-doc
improve Watch optional_relationship_filters docs
2 parents 4286d7d + 7fa9d64 commit b7d9cc6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

authzed/api/v1/watch_service.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ message WatchRequest {
4646

4747
// optional_relationship_filters, if specified, indicates the
4848
// filter(s) to apply to each relationship to be returned by watch.
49+
// The relationship will be returned as long as at least one filter matches,
50+
// this allows clients to match relationships on multiple filters on a single watch call.
4951
// If specified, optional_object_types cannot be used.
5052
repeated RelationshipFilter optional_relationship_filters = 3;
5153
}

0 commit comments

Comments
 (0)