File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -126,25 +126,25 @@ def get_events(
126126 }
127127
128128 if group is not None :
129- params ["group" ] = group
129+ params ["group[] " ] = group
130130
131131 if action is not None :
132- params ["action" ] = action
132+ params ["action[] " ] = action
133133
134134 if action_type is not None :
135- params ["action_type" ] = action_type
135+ params ["action_type[] " ] = action_type
136136
137137 if actor_name is not None :
138- params ["actor_name" ] = actor_name
138+ params ["actor_name[] " ] = actor_name
139139
140140 if actor_id is not None :
141- params ["actor_id" ] = actor_id
141+ params ["actor_id[] " ] = actor_id
142142
143143 if target_name is not None :
144- params ["target_name" ] = target_name
144+ params ["target_name[] " ] = target_name
145145
146146 if target_id is not None :
147- params ["target_id" ] = target_id
147+ params ["target_id[] " ] = target_id
148148
149149 if occurred_at is not None :
150150 params ["occurred_at" ] = occurred_at
You can’t perform that action at this time.
0 commit comments