We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8e642 commit ba090b1Copy full SHA for ba090b1
sample_append.py
@@ -18,7 +18,7 @@
18
event_type = "SampleEventType" # Define the event type for the new event
19
new_event = NewEvent( # Create a new event with a type and body
20
type=event_type, # Specify the event type
21
- data=b'{"Id":"1", "importantData":"some value"}' # Specify the event data body as a JSON in byte format
+ data=b'{"id":"1", "importantData":"some value"}' # Specify the event data body as a JSON in byte format
22
)
23
24
##################################################
0 commit comments