龙虎赌博

This is the documentation page for an unsupported version of 龙虎赌博.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

autoregistration.update

説明

object autoregistration.update(object autoregistration)

このメソッドは、既存の自动登録を更新することができます。

このメソッドは、Super adminタイプのユーザーのみ利用可能です。メソッドを呼び出す権限は、ユーザーの役割の设定で取り消すことができます。詳細はユーザーの役割を参照してください。

パラメーター

(object) 更新する自动登録のプロパティ

戻り値

(boolean) 更新が成功すると、ブール値迟谤耻别を返します。

リクエスト:

{
           "jsonrpc": "2.0",
           "method": "autoregistration.update",
           "params": {
               "tls_accept": "3",
               "tls_psk_identity": "PSK 001",
               "tls_psk": "11111595725ac58dd977beef14b97461a7c1045b9a1c923453302c5473193478"
           },
           "id": 1
       }

レスポンス:

{
           "jsonrpc": "2.0",
           "result": true,
           "id": 1
       }

ソース

CAutoregistration::update() in ui/include/classes/api/services/CAutoregistration.php.