Skip to content

Commit 51227e6

Browse files
committed
feat(app): add bruno real time users endpoint
1 parent 25da625 commit 51227e6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
meta {
2+
name: Real Time Users
3+
type: graphql
4+
seq: 3
5+
}
6+
7+
get {
8+
url: {{host}}/v1/analytics/realtime-users
9+
body: graphql
10+
auth: none
11+
}

0 commit comments

Comments
 (0)