diff --git a/docs/keto/reference/proto-api.mdx b/docs/keto/reference/proto-api.mdx index 9fd1cc00c..0df90b200 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. |