aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-afb/ucs_apidef.json
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-20 23:14:07 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-12-20 23:14:07 +0000
commit3285a51b4d6b6d5e8aeba1f3dda76806f931a6b9 (patch)
tree3cfd007493b238c4483e4e1b0397e915e5a96338 /ucs2-afb/ucs_apidef.json
parent3f495778a07c5fdbefa77d7df5f5c36de630fc67 (diff)
parent5502a08830020b981f767fc539a8921f4fbfc3d1 (diff)
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r--ucs2-afb/ucs_apidef.json13
1 files changed, 12 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_apidef.json b/ucs2-afb/ucs_apidef.json
index a150fb8..954e275 100644
--- a/ucs2-afb/ucs_apidef.json
+++ b/ucs2-afb/ucs_apidef.json
@@ -142,7 +142,18 @@
}
},
"/subscribe": {
- "description": "Subscribe to UNICENS Events.",
+ "description": "Subscribe to network events.",
+ "get": {
+ "x-permissions": {
+ "$ref": "#/components/x-permissions/monitor"
+ },
+ "responses": {
+ "200": {"$ref": "#/components/responses/200"}
+ }
+ }
+ },
+ "/subscriberx": {
+ "description": "Subscribe to Rx control message events.",
"get": {
"x-permissions": {
"$ref": "#/components/x-permissions/monitor"