diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-20 23:14:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-12-20 23:14:07 +0000 |
commit | 3285a51b4d6b6d5e8aeba1f3dda76806f931a6b9 (patch) | |
tree | 3cfd007493b238c4483e4e1b0397e915e5a96338 /ucs2-afb/ucs_apidef.json | |
parent | 3f495778a07c5fdbefa77d7df5f5c36de630fc67 (diff) | |
parent | 5502a08830020b981f767fc539a8921f4fbfc3d1 (diff) |
Merge "agl-service-unicens: Rx message event" into eeleel_5.0.3eel_5.0.2eel_5.0.1eel_5.0.0eel_4.99.5eel/5.0.3eel/5.0.2eel/5.0.1eel/5.0.0eel/4.99.55.0.35.0.25.0.15.0.04.99.5
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r-- | ucs2-afb/ucs_apidef.json | 13 |
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" |