Skip to content

Commit

Permalink
Update pages/spicedb/concepts/watch.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Kim <[email protected]>
  • Loading branch information
josephschorr and samkim authored Nov 13, 2024
1 parent f3b0b7c commit 85287bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/spicedb/concepts/watch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { InlinePlayground } from '@/components/playground';

The [Watch API] in SpiceDB enables clients to monitor changes made to [Relationships] within the system.

A watch event will be generated for sets of relationships created, touched or deleted via the [WriteRelationships] or
Watch events are generated when relationships are created, touched, or deleted through the [WriteRelationships], [DeleteRelationships], or the bulk import API.
[DeleteRelationships] APIs, as well as any relationships changed via the bulk import API.

[Watch API]: https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.WatchService
Expand Down

0 comments on commit 85287bb

Please sign in to comment.