Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/spicedb/getting-started/installing-zed.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ Query and mutate the relationships in a permissions system
- [zed relationship delete](#reference-zed-relationship-delete) - Deletes a relationship
- [zed relationship read](#reference-zed-relationship-read) - Enumerates relationships matching the provided pattern
- [zed relationship touch](#reference-zed-relationship-touch) - Idempotently updates a relationship for a subject
- [zed relationship watch](#reference-zed-relationship-watch) - Watches the stream of relationship updates from the server
- [zed relationship watch](#reference-zed-relationship-watch) - Watches the stream of relationship updates and schema updates from the server


## Reference: `zed relationship bulk-delete`
Expand Down Expand Up @@ -1094,7 +1094,7 @@ zed relationship touch <resource:id> <relation> <subject:id#optional_subject_rel

## Reference: `zed relationship watch`

Watches the stream of relationship updates from the server
Watches the stream of relationship updates and schema updates from the server

```
zed relationship watch [object_types, ...] [start_cursor] [flags]
Expand Down