Skip to content

Commit

Permalink
Merge pull request #94 from authzed/improve-optional-relationsihp-fil…
Browse files Browse the repository at this point in the history
…ters-doc

improve Watch optional_relationship_filters docs
  • Loading branch information
vroldanbet authored Mar 13, 2024
2 parents 4286d7d + 7fa9d64 commit b7d9cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authzed/api/v1/watch_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ message WatchRequest {

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

0 comments on commit b7d9cc6

Please sign in to comment.