Update Branding
/update_branding
- token (required)
- ruser_id (required)
- old_domain (required)
- brand (required)
- domain (required)
- file_css
- file_logo
Updates the Whitelabel options for a restricted user.
{
"code": 200,
"status": "success",
"data": "successfully updated whitelabel options"
}
{
"code": 400,
"status": "error",
"data": "Domain is not available"
}
{
"code": 500,
"status": "error",
"data": "There was an error updating with the new domain"
}
Last modified 3yr ago