Skip to content

Commit b00907c

Browse files
authored
Merge pull request #160 from ivanauth/fix/issue-157-cursor-docstring
Clarify that optional_cursor is not supported for LookupSubjects
1 parent f1e471e commit b00907c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

authzed/api/v1/permission_service.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -850,9 +850,8 @@ message LookupSubjectsRequest {
850850
(buf.validate.field).uint32 = {gte: 0}
851851
];
852852

853-
// optional_cursor is currently unimplemented for LookupSubjects
854-
// and will be ignored as of SpiceDB version 1.40.1. This will
855-
// be implemented in a future version of SpiceDB.
853+
// optional_cursor is not currently supported for LookupSubjects and this
854+
// field will be ignored. Cursoring support will be added in a future version.
856855
Cursor optional_cursor = 8;
857856

858857
// wildcard_option specifies whether wildcards should be returned by LookupSubjects.

0 commit comments

Comments
 (0)