I'm looking at the caveats blog post:
> Requests that check permissions (e.g. CheckPermission, LookupResources, LookupSubjects) and write relationships can provide a context which is a set of key-value pairs that are the named parameters passed to the caveats encountered while processing the request. Here’s an example of a CheckPermissionRequest providing such a context.
It seems to indicate that there is a
context
field on
WriteRelationships
, but I'm not seeing that (
https://buf.build/authzed/api/docs/main:authzed.api.v1#authzed.api.v1.PermissionsService.WriteRelationships). Is there something I'm missing?