We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ddf4a commit 98c23e3Copy full SHA for 98c23e3
frontend/src/openapi/models/eventSchema.ts
@@ -41,6 +41,11 @@ export interface EventSchema {
41
* @minimum 1
42
*/
43
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;
49
/**
50
* The concise, human-readable name of the event.
51
* @nullable
0 commit comments