ethAccount


Back to API doc top page.

Click here for a complete list of operations.

UpdateOauth2Client

Update name, icon URL and default redirect URL of an existing OAuth2 Client.

POST /ethAccount.asmx/UpdateOauth2Client HTTP/1.1
Host: wirelesstags.net
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    client:{
        "client_id":guid
        "name":string
        "client_secret":guid
        "default_redirect_uri":string
        "icon_url":string
        "token_count":int
    }
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "d":int
}