Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions proto/apidocs.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3123,6 +3123,13 @@
"optionalSubjectFilter": {
"$ref": "#/definitions/v1SubjectFilter",
"description": "optional_subject_filter is the optional filter for the subjects of the relationships."
},
"optionalResourceIds": {
"type": "array",
"items": {
"type": "string"
},
"description": "optional_resource_ids is the *optional* list of resource IDs for bulk operations.\nIf specified, optional_resource_id and optional_resource_id_prefix cannot be specified.\nThis enables efficient bulk queries using SQL IN clauses."
}
},
"description": "RelationshipFilter is a collection of filters which when applied to a\nrelationship will return relationships that have exactly matching fields.\n\nAll fields are optional and if left unspecified will not filter relationships,\nbut at least one field must be specified.\n\nNOTE: The performance of the API will be affected by the selection of fields\non which to filter. If a field is not indexed, the performance of the API\ncan be significantly slower."
Expand Down
20 changes: 16 additions & 4 deletions proto/authzed/api/v1/permission_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions proto/authzed/api/v1/permission_service.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions proto/authzed/api/v1/permission_service_vtproto.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.