Update Domain

Edit the Dapp information whenever needed. Don't worry about the typo or information changed

Update Domain

POST /api/v1/oauth2-app/domains/save-chains

Headers:

appid: application id

appkey: application key

Request Body

NameTypeDescription

name*

String

domain name

chains*

String[]

{ "chainid": "1", "contract_address":"" },{ "chainid": "2", "contract_address":"" }

override_chains"*

Boolean

true/false

{
   "code": 200,
   "data": "",
   "msg": ""
}

Last updated