Replace Platform Account List
Description
Overwrites all platform accounts for the profile. To append only, use Add account.
Request
Method: POST
URL: /api/updateAccountList
| Field | Type | Required |
|---|---|---|
| id | int | yes |
| accounts | array | yes (full list) |
json
{
"id": 1,
"accounts": []
}Response
json
{ "success": true }