From b9cf716218f4d7b058a3bee6e42dabbcc14e0f99 Mon Sep 17 00:00:00 2001
From: Parth <46842784+pi1814@users.noreply.github.com>
Date: Mon, 13 Jul 2026 20:39:50 +0530
Subject: [PATCH] chore: update tuple insertion doc
---
docs/keto/reference/proto-api.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/keto/reference/proto-api.mdx b/docs/keto/reference/proto-api.mdx
index 9fd1cc00c4..0df90b2002 100644
--- a/docs/keto/reference/proto-api.mdx
+++ b/docs/keto/reference/proto-api.mdx
@@ -613,7 +613,7 @@ The response of a WriteService.TransactRelationTuples rpc.
| Name | Number | Description |
| ------------------ | ------ | ------------------------------------------------------------------------------------------------------------------- |
| ACTION_UNSPECIFIED | 0 | Unspecified.
The `TransactRelationTuples` RPC ignores this
RelationTupleDelta if an action was unspecified. |
-| ACTION_INSERT | 1 | Insertion of a new RelationTuple.
It is ignored if already existing. |
+| ACTION_INSERT | 1 | Insertion of a new RelationTuple. |
| ACTION_DELETE | 2 | Deletion of the RelationTuple.
It is ignored if it does not exist. |