diff options
author | Haibin Huang <haibin.huang@intel.com> | 2019-04-16 16:09:20 +0800 |
---|---|---|
committer | Haibin Huang <haibin.huang@intel.com> | 2019-04-16 16:11:46 +0800 |
commit | 618b8b641ff5a50851636f05056049f7a6dbe715 (patch) | |
tree | 7a5753ec88e641f7ddcc16eb6bfd180d7cc89e9b /products | |
parent | 98b48b26b7b7832eaa231018a4e0bdb3838590de (diff) |
Fix return code for delete catalog vnf
Change-Id: Id24574907de4248151b74b1c710b7a8d4b84e56a
Issue-ID: CLI-149
Signed-off-by: Haibin Huang <haibin.huang@intel.com>
Diffstat (limited to 'products')
-rw-r--r-- | products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/catalog/vfc-catalog-delete-vnf-schema.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/catalog/vfc-catalog-delete-vnf-schema.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/catalog/vfc-catalog-delete-vnf-schema.yaml index 406ece6c..dc519ba5 100644 --- a/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/catalog/vfc-catalog-delete-vnf-schema.yaml +++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-schema/catalog/vfc-catalog-delete-vnf-schema.yaml @@ -51,6 +51,6 @@ http: Content-Type: application/json Accept: application/json success_codes: - - 200 + - 202 result_map: job-id: $b{$.jobId} |