summaryrefslogtreecommitdiff
path: root/rest-api/api-docs/events.json
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api/api-docs/events.json')
-rw-r--r--rest-api/api-docs/events.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/rest-api/api-docs/events.json b/rest-api/api-docs/events.json
index a2ac0b3d0..ac3f6521c 100644
--- a/rest-api/api-docs/events.json
+++ b/rest-api/api-docs/events.json
@@ -293,6 +293,11 @@
"required": true,
"type": "Channel",
"description": "The channel that signaled the user event."
+ },
+ "userevent": {
+ "required": true,
+ "type": "object",
+ "description": "Custom Userevent data"
}
}
},
@@ -338,6 +343,17 @@
}
}
},
+ "EndpointStateChange": {
+ "id": "EndpointStateChange",
+ "extends": "Event",
+ "description": "Endpoint state changed.",
+ "properties": {
+ "endpoint": {
+ "required": true,
+ "type": "Endpoint"
+ }
+ }
+ },
"StasisEnd": {
"id": "StasisEnd",
"extends": "Event",