Skip to content

Commit 98c23e3

Browse files
committed
chore: update event schema
1 parent 74ddf4a commit 98c23e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/src/openapi/models/eventSchema.ts

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ export interface EventSchema {
4141
* @minimum 1
4242
*/
4343
id: number;
44+
/**
45+
* The IP address of the user that created the event. Only available in Enterprise.
46+
* @nullable
47+
*/
48+
ip?: string | null;
4449
/**
4550
* The concise, human-readable name of the event.
4651
* @nullable

0 commit comments

Comments
 (0)