object autoregistration.update(object autoregistration)
This method allows to update existing autoregistration.
This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.
(object)
Autoregistration properties to be updated.
(boolean )
Returns boolean true as result on successful update.
{
"jsonrpc": "2.0",
"method": "autoregistration.update",
"params": {
"tls_accept": "3",
"tls_psk_identity": "PSK 001",
"tls_psk": "11111595725ac58dd977beef14b97461a7c1045b9a1c923453302c5473193478"
},
"id": 1
}
Response:
CAutoregistration::update() in ui/include/classes/api/services/CAutoregistration.php.