基本信息

包含未上架或已上架。

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
}