diff options
Diffstat (limited to 'so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api')
-rw-r--r-- | so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json index 78edcc27a5..8257e6ba22 100644 --- a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json +++ b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-api/src/main/resources/SOL005-NSLifecycleManagement-API.json @@ -906,7 +906,7 @@ "type":"string" }, { - "name":"body", + "name":"CreateNsRequest", "in":"body", "required":true, "schema":{ @@ -9232,7 +9232,7 @@ "type":"string" }, { - "name":"body", + "name":"InstantiateNsRequest", "in":"body", "required":true, "schema":{ @@ -14446,7 +14446,7 @@ "type":"string" }, { - "name":"body", + "name":"TerminateNsRequest", "in":"body", "required":true, "schema":{ @@ -14455,7 +14455,8 @@ "properties":{ "terminationTime":{ "description":"Date-time stamp. Representation: String formatted according toas defined by the date-time production in IETF RFC 3339.\n", - "format":"date-time" + "format":"date-time", + "type":"string" } } }, |