Skip to content

Commit

Permalink
docs: update one MVCC API example (#52129)
Browse files Browse the repository at this point in the history
close #52128
  • Loading branch information
jackysp committed Mar 27, 2024
1 parent 39d1575 commit b942197
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/tidb_http_api.md
Expand Up @@ -186,16 +186,20 @@
```

```shell
$curl http://127.0.0.1:10080/mvcc/key/test/t1/1
$curl http://127.0.0.1:10080/mvcc/key/test/t/1
{
"info": {
"writes": [
{
"commit_ts": 405179368526053380,
"short_value": "CAICAkE=",
"start_ts": 405179368526053377
}
]
"key": "74800000000000006E5F728000000000000001",
"region_id": 4,
"value": {
"info": {
"writes": [
{
"start_ts": 448662063415296001,
"commit_ts": 448662063415296003,
"short_value": "gAABAAAAAQEAAQ=="
}
]
}
}
}
```
Expand Down

0 comments on commit b942197

Please sign in to comment.