创建应用
基本信息
该接口主要用于创建应用
请求路径
POST /openapi/v1/teams/{team_id}/regions/{region_name}/apps
Body 请求体示例
{
"app_name": "Test",
"app_note": "sint dolor in consectetur"
}
请求参数
名称 | 位置 | 类型 | 必选 | 说明 |
---|---|---|---|---|
team_id | path | string | 是 | none |
region_name | path | string | 是 | none |
body | body | AppPostInfo | 否 | none |
返回结果
状态码 | 状态码含义 | 说明 | 数据模型 |
---|---|---|---|
200 | OK | 成功 | Inline |
返回数据结构
名称 | 类型 | 必选 | 约束 | 中文名 | 说明 |
---|---|---|---|---|---|
ID | integer | false | read-only | ID | none |
tenant_id | string | true | none | Tenant id |