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.
update_event
1 parent 7af6d40 commit 580bb53Copy full SHA for 580bb53
README.md
@@ -165,7 +165,7 @@ body = EventUpdateRequest(linked_id='foo') # EventUpdateRequest |
165
# body = EventUpdateRequest(linked_id='foo', tag={'bar': 123}, suspect=False)
166
167
try:
168
- api_instance.update_event(body, request_id)
+ api_instance.update_event(request_id, body)
169
except KnownApiException as e:
170
structured_error = e.structured_error
171
print("Error code: %s. Error message: %s\n" % (structured_error.error.code, structured_error.error.message))
0 commit comments