Skip to content

Commit 9cfc2a8

Browse files
committed
fix(docs): Correct param name for PPE charge endpoint
1 parent af0df7d commit 9cfc2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
title: ChargeRunRequest
22
required:
33
- eventName
4-
- eventCount
4+
- count
55
type: object
66
properties:
77
eventName:
88
type: string
99
example: ANALYZE_PAGE
10-
eventCount:
10+
count:
1111
type: number
1212
example: 1

0 commit comments

Comments
 (0)