Skip to content

Commit

Permalink
feat(specs): add (optional) _automaticInsights to search result (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
raed667 authored Sep 11, 2024
1 parent dc640b2 commit 46d9d8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specs/common/schemas/SearchResponse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ baseSearchResponse:
type: string
description: Unique identifier for the query. This is used for [click analytics](https://www.algolia.com/doc/guides/analytics/click-analytics/).
example: 'a00dbc80a8d13c4565a442e7e2dca80a'
_automaticInsights:
type: boolean
description: Whether automatic events collection is enabled for the application.

nbHits:
type: integer
Expand Down

0 comments on commit 46d9d8f

Please sign in to comment.