diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-07-20 22:10:58 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-07-20 22:10:58 +0200 |
commit | 01a3f74a836d769f7af9bb2dc4fa631b07b881fb (patch) | |
tree | a5ac67035e3031a9d0dd2e12efd92fddf1e7a559 /ucs2-afb/ucs_apidef.json | |
parent | 359083b3a1852e0993dd657d74354955ef25ee44 (diff) |
Initial API-V2 ajusted HTML page to fit new commands names
Diffstat (limited to 'ucs2-afb/ucs_apidef.json')
-rw-r--r-- | ucs2-afb/ucs_apidef.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ucs2-afb/ucs_apidef.json b/ucs2-afb/ucs_apidef.json index 9936004..274ce73 100644 --- a/ucs2-afb/ucs_apidef.json +++ b/ucs2-afb/ucs_apidef.json @@ -8,8 +8,8 @@ "x-binding-c-generator": { "api": "UNICENS", "version": 2, - "prefix": "Ucs2", - "postfix": "API", + "prefix": "ucs2_", + "postfix": "", "start": null , "onevent": null, "init": null, @@ -102,8 +102,8 @@ } }, "paths": { - "/initialise": { - "description": "Initialise Unicens2 lib from NetworkConfig.XML.", + "/configure": { + "description": "configure Unicens2 lib from NetworkConfig.XML.", "get": { "x-permissions": { "$ref": "#/components/x-permissions/config" |