Skip to content

Commit 71ce3e6

Browse files
lcawll-trotta
andcommitted
Update specification/search_application/post_behavioral_analytics_event/BehavioralAnalyticsEventPostRequest.ts
Co-authored-by: Laura Trotta <[email protected]>
1 parent 4ca526a commit 71ce3e6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specification/search_application/post_behavioral_analytics_event/BehavioralAnalyticsEventPostRequest.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,11 @@ export interface Request extends RequestBase {
4040
event_type: EventType
4141
}
4242
}
43+
query_parameters: {
44+
/**
45+
* Whether the response type has to include more details
46+
*/
47+
debug?: boolean
48+
}
49+
/** @codegen_name payload */
50+
body: UserDefinedValue

0 commit comments

Comments
 (0)