diff options
author | fengyuanxing <feng.yuanxing@zte.com.cn> | 2018-02-09 10:19:59 +0800 |
---|---|---|
committer | fengyuanxing <feng.yuanxing@zte.com.cn> | 2018-02-09 10:19:59 +0800 |
commit | 8852db8d760b005f4bda4018b2869bafab9fa811 (patch) | |
tree | bf8c48b5ebd90a20a8ce9e998b3cb0ed1e40b97e | |
parent | 8485274024b07995b52f5b75c6ff5d9c625d65eb (diff) |
Modify the return code
Change-Id: I2d39e41dbe651410c6d9bc01721803d584e097e8
Issue-ID: VFC-750
Signed-off-by: fengyuanxing <feng.yuanxing@zte.com.cn>
-rw-r--r-- | catalog/swagger/vfc.catalog.swagger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog/swagger/vfc.catalog.swagger.json b/catalog/swagger/vfc.catalog.swagger.json index 39e8e6ab..6f8cb769 100644 --- a/catalog/swagger/vfc.catalog.swagger.json +++ b/catalog/swagger/vfc.catalog.swagger.json @@ -409,7 +409,7 @@ }
],
"responses": {
- "202": {
+ "200": {
"description": "",
"schema": {
"$ref": "#/definitions/JobDetailInfo"
|