From 85287bbbb46abeb375bb83b3ac957fd3e3bcf62f Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Wed, 13 Nov 2024 12:52:11 -0500 Subject: [PATCH] Update pages/spicedb/concepts/watch.mdx Co-authored-by: Sam Kim --- pages/spicedb/concepts/watch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/spicedb/concepts/watch.mdx b/pages/spicedb/concepts/watch.mdx index 6ad8748..d1f1dc1 100644 --- a/pages/spicedb/concepts/watch.mdx +++ b/pages/spicedb/concepts/watch.mdx @@ -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