This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a commit to branch tx-diag
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/tx-diag by this push:
     new 5b6b791da3 remove summary
5b6b791da3 is described below

commit 5b6b791da36c5512f6974b89b5a7598e0dd965a0
Author: Ken Hu <[email protected]>
AuthorDate: Fri Jan 23 11:13:05 2026 -0800

    remove summary
---
 docs/src/dev/transactions/http-api-spec.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/docs/src/dev/transactions/http-api-spec.md 
b/docs/src/dev/transactions/http-api-spec.md
index 31bcffcf83..4e54262f2a 100644
--- a/docs/src/dev/transactions/http-api-spec.md
+++ b/docs/src/dev/transactions/http-api-spec.md
@@ -127,19 +127,3 @@ Response: 500 Internal Server Error
 - **Generation**: Server-generated on `POST /gremlin/tx`
 - **Usage**: Included in all subsequent requests as URL path parameter
 - **Purpose**: Routes requests to correct transaction context on server
-
-## Endpoint Summary Diagram
-
-```mermaid
-flowchart TD
-    A[Client] -->|POST /gremlin| B[Non-Transactional Execution]
-    A -->|POST /gremlin/tx| C[Begin Transaction]
-    C -->|Returns txId| D[Transaction Active]
-    D -->|POST /gremlin/tx/{txId}| E[Execute in Transaction]
-    D -->|GET /gremlin/tx/{txId}| F[Get Status]
-    D -->|POST /gremlin/tx/{txId}/commit| G[Commit]
-    D -->|POST /gremlin/tx/{txId}/rollback| H[Rollback]
-    D -->|DELETE /gremlin/tx/{txId}| H
-    G --> I[Transaction Committed]
-    H --> J[Transaction Rolled Back]
-```

Reply via email to