修改应用信息
更新时间:2025-08-15 03:41:38
基本信息
包含未上架或已上架。
Action
ModifyApp
Path
/iaas
Method
POST
请求参数
此接口除公共参数外,还包含以下参数。关于公共参数的更多信息,请参见前文内容。
| 参数名 | 类型 | 是否必须 | 描述 |
|---|---|---|---|
abstraction |
String |
否 |
概述 |
app |
String |
是 |
应用 ID |
app_name |
String |
否 |
应用名称 |
category |
String |
否 |
分类 |
company_url |
String |
否 |
公司网址 |
cover_img |
String |
否 |
封面图片 |
description |
String |
是 |
描述 |
icon |
String |
否 |
图标 |
screenshots |
Array |
否 |
截图 |
sla_period |
Integer |
否 |
交付周期 license |
spec |
String |
否 |
定价信息 license |
sub-category |
String |
否 |
子类 |
terms-of-service |
String |
否 |
服务条款 |
usage_instructions |
String |
否 |
使用说明 |
返回数据
此接口仅返回公共响应参数。关于公共响应参数的更多信息,请参见前文内容。
请求示例
{
"app": "app-xxxxxx",
"app_name": "测试应用",
"category": "database",
"company_url": "https://www.qingcloud.com",
"cover_img": "",
"description": "这是一个测试应用",
"icon": "ca-xxxxxx",
"screenshots": [
"ca-xxxxxx"
],
"sub-category": "",
"terms-of-service": "https://www.qingcloud.com/terms#mongodb-terms",
"usage_instructions": "https://docsv4.qingcloud.com/user_guide/database/mongodb/"
}
返回示例
{
"action": "ModifyAppResponse",
"ret_code": 0
}