Skip to content

Commit

Permalink
Update events.md (#1561)
Browse files Browse the repository at this point in the history
Incorrect request parameters
  • Loading branch information
brucexc authored Nov 28, 2023
1 parent 51fa071 commit 9cb4d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/hubble/www/docs/docs/httpapi/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Get an event by its Id

**Example**
```bash
curl http://127.0.0.1:2281/v1/eventById?id=350909155450880
curl http://127.0.0.1:2281/v1/eventById?event_id=350909155450880

```

Expand Down Expand Up @@ -77,4 +77,4 @@ curl http://127.0.0.1:2281/v1/events?from_event_id=350909155450880
...
]
}
```
```

0 comments on commit 9cb4d28

Please sign in to comment.