修改已上架应用或版本信息
更新时间:2025-08-15 03:41:38
基本信息
仅限管理员使用。
Action
ModifyApprovedApp
Path
/iaas
Method
POST
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
abstraction |
String |
否 |
概述 |
app |
String |
是 |
应用 ID |
app_name |
String |
是 |
应用名称 |
category |
String |
否 |
分类 |
company_url |
String |
否 |
公司网址 |
description |
String |
是 |
描述 |
feedback |
String |
是 |
修改原因 |
iaas_recommend |
String |
否 |
应用版本推荐企业云版本 逗号分隔 |
icon |
String |
否 |
图标 |
is_hide |
Integer |
否 |
是否隐藏应用,默认0 |
screenshots |
Array |
否 |
截图 |
sla_period |
Integer |
否 |
交付周期 license |
terms_of_service |
String |
否 |
服务条款 |
usage_instructions |
String |
否 |
使用说明 |
version_attachment_content |
String |
否 |
配置包内容 |
version_description |
String |
否 |
版本描述 管理 |
version_detailed_description |
String |
否 |
版本详细描述 用户 |
version_id |
String |
否 |
应用版本 ID |
version_name |
String |
否 |
版本名称 |
version_seq |
Integer |
否 |
版本排序 |
version_service_version |
String |
否 |
应用服务版本 |
返回数据
此接口除公共返回参数外,还包含以下返回参数。关于公共返回参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
app_id |
String |
否 |
应用 ID |
modify_key |
Array |
否 |
应用修改字段 |
version_modify_key |
Array |
否 |
版本修改字段 |
请求示例
{
"app": "app-xxxxxx",
"app_name": "测试应用",
"feedback": "修改应用和版本信息",
"iaas_recommend": "5.1,6.0,6.1",
"is_hide": 0,
"version_id": "appv-xxxxxx",
"version_name": "测试版本"
}
返回示例
{
"action": "ModifyApprovedAppResponse",
"modify_key": [
"app_name",
"is_hide"
],
"ret_code": 0,
"version_modify_key": [
"version_name",
"iaas_recommend"
]
}