Skip to content

Commit 24e3a6f

Browse files
algolia-botsirockinFluf22
committed
fix(specs): allow additionalProperties on insights-api events (generated)
algolia/api-clients-automation#5885 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Dave Sirockin <dave@sirockin.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent 2dd989a commit 24e3a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algolia/models/insights/clicked_object_ids_after_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module Algolia
99
module Insights
10-
# Click event after an Algolia request. Use this event to track when users click items in the search results. If you're building your category pages with Algolia, you'll also use this event.
10+
# Click event after an Algolia request. Use this event to track when users click items in the search results. If you're building your category pages with Algolia, you'll also use this event.
1111
class ClickedObjectIDsAfterSearch
1212
# Event name, up to 64 ASCII characters. Consider naming events consistently—for example, by adopting Segment's [object-action](https://segment.com/academy/collecting-data/naming-conventions-for-clean-data/#the-object-action-framework) framework.
1313
attr_accessor :event_name

0 commit comments

Comments
 (0)