diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-10-12 10:53:24 +0800 |
---|---|---|
committer | yunlong ying <ying.yunlong@zte.com.cn> | 2017-10-13 00:56:29 +0000 |
commit | 32cabc9b0f505bc6275e78fbd676d067310dd8b5 (patch) | |
tree | 051d97a1a6c63848499bfc6996fb090ffb5e4315 /docs/APIs | |
parent | 5fde98c7b2cf8242156ff2f7ef98fe11f88baf6d (diff) |
Modify vfc-lcm variable name to hump
Change-Id: Ia42c7dd5f8d5bffb3413abfcab093c34477448c6
Issue-ID: VFC-528
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'docs/APIs')
-rw-r--r-- | docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst b/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst index 66df2f41..ff9e621a 100644 --- a/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst +++ b/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst @@ -569,11 +569,11 @@ NS LCM API "context":{
"type": "object",
"properties": {
- "global-customer-id":{
+ "globalCustomerId":{
"type": "string",
"description": "the global customer id"
},
- "service-type":{
+ "serviceType":{
"type": "string",
"description": "service type"
}
|