Skip to content

Commit 4ca526a

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specification/search_application/post_behavioral_analytics_event/BehavioralAnalyticsEventPostResponse.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
*/
1919

2020
export class Response {
21-
body: {}
21+
body: {
22+
accepted: boolean
23+
event?: UserDefinedValue
24+
}
2225
exceptions: [
2326
{
2427
/**

0 commit comments

Comments
 (0)