diff options
author | Fu Jinhua <fu.jinhua@zte.com.cn> | 2017-10-13 01:11:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-13 01:11:02 +0000 |
commit | e0580ead33caf5ffd0bcab3bb6638e2433eae1a1 (patch) | |
tree | ffc4df528b8b088e981f5064de6cda144442bcec /docs | |
parent | afa8f1e5bfd6f7627889b5b8cfb36cf2033fb5a0 (diff) | |
parent | 32cabc9b0f505bc6275e78fbd676d067310dd8b5 (diff) |
Merge "Modify vfc-lcm variable name to hump"
Diffstat (limited to 'docs')
-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"
}
|