mirror of https://github.com/apache/druid.git
[docs] fix invalid example json (#5547)
https://github.com/druid-io/druid/issues/5546
This commit is contained in:
parent
50e0e7f97d
commit
db508cf3ca
|
@ -29,7 +29,7 @@ The format of the result is:
|
|||
[ {
|
||||
"timestamp" : "2013-05-09T18:24:00.000Z",
|
||||
"result" : {
|
||||
"maxIngestedEventTime" : "2013-05-09T18:24:09.007Z",
|
||||
"maxIngestedEventTime" : "2013-05-09T18:24:09.007Z"
|
||||
}
|
||||
} ]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue