diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2019-04-22 06:19:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-22 06:19:28 +0000 |
commit | f5000a74bdf4b433594c4a8f925516573b081c72 (patch) | |
tree | 0f44afda7376963b66de2aba9301d25873c5016d | |
parent | 863418bedb6bb7e8e8fd8c85412132dd65ecb4b5 (diff) | |
parent | 618b8b641ff5a50851636f05056049f7a6dbe715 (diff) |
Merge "Fix return code for delete catalog vnf"
-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} |