Skip to content

Commit 5b6b791

Browse files
committed
remove summary
1 parent bd598c2 commit 5b6b791

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

docs/src/dev/transactions/http-api-spec.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,3 @@ Response: 500 Internal Server Error
127127
- **Generation**: Server-generated on `POST /gremlin/tx`
128128
- **Usage**: Included in all subsequent requests as URL path parameter
129129
- **Purpose**: Routes requests to correct transaction context on server
130-
131-
## Endpoint Summary Diagram
132-
133-
```mermaid
134-
flowchart TD
135-
A[Client] -->|POST /gremlin| B[Non-Transactional Execution]
136-
A -->|POST /gremlin/tx| C[Begin Transaction]
137-
C -->|Returns txId| D[Transaction Active]
138-
D -->|POST /gremlin/tx/{txId}| E[Execute in Transaction]
139-
D -->|GET /gremlin/tx/{txId}| F[Get Status]
140-
D -->|POST /gremlin/tx/{txId}/commit| G[Commit]
141-
D -->|POST /gremlin/tx/{txId}/rollback| H[Rollback]
142-
D -->|DELETE /gremlin/tx/{txId}| H
143-
G --> I[Transaction Committed]
144-
H --> J[Transaction Rolled Back]
145-
```

0 commit comments

Comments
 (0)