Path:openapi/v1/metadata/<app_id: int>/params
Method: PATCH
Content-type: application/json
Body:
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
name | str | 是 | need_refresh | 属性名 |
status | int | 否 | 1 | 状态信息
|
description | str | 否 | null | 描述信息 |
show_name | str | 否 | null | 展示信息 |
value_type | str | 否 | string | 属性类型,目前支持
|
{
"name": "need_refresh",
"value_type": "string",
"show_name": "need_refresh show_name",
"description": "need_refresh desc"
}
Response:
{
"code": 200,
"message": "success",
"data": true
}