更新应用配置
PATCH
/v1/applications/{id}/configs请求参数
Path 参数
id
string
必需
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
allowed_login_method
string
可选
允许的登录方式,格式为:["password", "vercode"]
default_login_method
string
可选
默认登录方式,格式为:password
allowed_reg_method
string
可选
允许注册方式,格式为:["mobile", "email"]
default_reg_method
string
可选
默认注册方式,格式为:mobile
default_protocol
string
默认登录协议
access_policy
string
可选
应用级访问控制权限,all: 所有人可访问 permitted: 拒绝未授权访问
reg_policy
array[string]
可选
新用户注册策略(是否允许自动注册,注册验证方式等),1是,2否,
示例
{
"allowed_login_method": "string",
"default_login_method": "string",
"allowed_reg_method": "string",
"default_reg_method": "string",
"default_protocol": "string",
"access_policy": "string",
"reg_policy": [
"string"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
message
string
可选
data
number
可选
示例
未设置
最后修改时间: 2 个月前