We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e471e commit b00907cCopy full SHA for b00907c
authzed/api/v1/permission_service.proto
@@ -850,9 +850,8 @@ message LookupSubjectsRequest {
850
(buf.validate.field).uint32 = {gte: 0}
851
];
852
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.
+ // optional_cursor is not currently supported for LookupSubjects and this
+ // field will be ignored. Cursoring support will be added in a future version.
856
Cursor optional_cursor = 8;
857
858
// wildcard_option specifies whether wildcards should be returned by LookupSubjects.
0 commit comments