diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst | 14 |
1 files changed, 13 insertions, 1 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 16b52b9c..66df2f41 100644 --- a/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst +++ b/docs/APIs/NSLCM_API/NSLCM_API_Specification_v0.1.rst @@ -566,7 +566,19 @@ NS LCM API "type": "object",
"properties": {
-
+ "context":{
+ "type": "object",
+ "properties": {
+ "global-customer-id":{
+ "type": "string",
+ "description": "the global customer id"
+ },
+ "service-type":{
+ "type": "string",
+ "description": "service type"
+ }
+ }
+ },
"csarId": {
"type": "string",
|