object autoregistration.update(object autoregistration)
该方法允许更新现有的自动注册设置。
此方法仅对超级管理员用户类型可用。 可以在用户角色设置中撤销调用此方法的权限。更多信息,请参见 用户角色。
(object)
要更新的自动注册属性。
(boolean )
成功更新后返回布尔值 true 作为结果。
请求:
{
"jsonrpc": "2.0",
"method": "autoregistration.update",
"params": {
"tls_accept": "3",
"tls_psk_identity": "PSK 001",
"tls_psk": "11111595725ac58dd977beef14b97461a7c1045b9a1c923453302c5473193478"
},
"id": 1
}
响应:
CAutoregistration::update() in ui/include/classes/api/services/CAutoregistration.php 文件中。