diff options
Diffstat (limited to 'docs/files/VNFSDK-Marketplace-userguide-rest-api.rst')
-rw-r--r-- | docs/files/VNFSDK-Marketplace-userguide-rest-api.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst b/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst index abad0af..40c68b6 100644 --- a/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst +++ b/docs/files/VNFSDK-Marketplace-userguide-rest-api.rst @@ -21,7 +21,7 @@ Otherwise *executionId*, that can be used for checking validation state in the f --header 'Content-Type: multipart/form-data' \ --form 'file=@"{path to csar file}"' \ --form 'executions="[{ - \"scenario\": \"onap-dublin\", + \"scenario\": \"onap-vtp\", \"testSuiteName\": \"validation\", \"testCaseName\": \"csar-validate\", \"parameters\": { @@ -43,7 +43,7 @@ Otherwise *executionId*, that can be used for checking validation state in the f --header 'Content-Type: multipart/form-data' \ --form 'file=@"{path to csar file}"' \ --form 'executions="[{ - \"scenario\": \"onap-dublin\", + \"scenario\": \"onap-vtp\", \"testSuiteName\": \"validation\", \"testCaseName\": \"csar-validate\", \"parameters\": { @@ -75,7 +75,7 @@ Request: --header 'Content-Type: multipart/form-data' \ --form 'file=@"/csar/invalidSignaturePackage.csar"' \ --form 'executions="[{ - \"scenario\": \"onap-dublin\", + \"scenario\": \"onap-vtp\", \"testSuiteName\": \"validation\", \"testCaseName\": \"csar-validate\", \"parameters\": { @@ -92,7 +92,7 @@ Response: [ { - "scenario": "onap-dublin", + "scenario": "onap-vtp", "testCaseName": "csar-validate", "testSuiteName": "validation", "executionId": "5e7a1726-4c48-42b9-ade4-dfd12ea75107-1608035294086", |