We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830feed commit be6a113Copy full SHA for be6a113
1 file changed
authzed/api/v1/permission_service.proto
@@ -670,7 +670,9 @@ message ResolvedSubject {
670
// ImportBulkRelationshipsRequest represents one batch of the streaming
671
// ImportBulkRelationships API. The maximum size is only limited by the backing
672
// datastore, and optimal size should be determined by the calling client
673
-// experimentally.
+// experimentally. Any relationships within the same request are guaranteed to
674
+// be written in a single transaction. If any of the relationships already
675
+// exist, the transaction will fail and no relationships will be written.
676
message ImportBulkRelationshipsRequest {
677
repeated Relationship relationships = 1
678
[ (validate.rules).repeated .items.message.required = true ];
0 commit comments