From 0beabc272a6b752c2049090af2272c76fd5d279e Mon Sep 17 00:00:00 2001 From: ivanauth Date: Tue, 6 Jan 2026 14:15:28 -0500 Subject: [PATCH] docs: clarify optional_cursor is not supported for LookupSubjects Update docstring for optional_cursor in LookupSubjectsRequest to make it clear that cursoring is not currently supported for LookupSubjects and the field will be ignored. Fixes #157 --- authzed/api/v1/permission_service.proto | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/authzed/api/v1/permission_service.proto b/authzed/api/v1/permission_service.proto index 6337588..0cd949d 100644 --- a/authzed/api/v1/permission_service.proto +++ b/authzed/api/v1/permission_service.proto @@ -850,9 +850,8 @@ message LookupSubjectsRequest { (buf.validate.field).uint32 = {gte: 0} ]; - // optional_cursor is currently unimplemented for LookupSubjects - // and will be ignored as of SpiceDB version 1.40.1. This will - // be implemented in a future version of SpiceDB. + // optional_cursor is not currently supported for LookupSubjects and this + // field will be ignored. Cursoring support will be added in a future version. Cursor optional_cursor = 8; // wildcard_option specifies whether wildcards should be returned by LookupSubjects.