Myxer -The Most Ringtones, Wallpapers, Videos and more for Your Phone.  No Subscriptions or Hidden Fees Ever!
You aren't signed in. Sign In | Help | Sign Up

Myxer Services

API Documentation | Feeds

myxer.profile.update

Updates an existing profile under the user account associated with the api_key.

Arguments

api_key
Your API application key. See here for more details on api_key.
method
myxer.profile.update
profile_id
id of the profile to update
name (optional)
name to assign to the profile
file (optional)
image to display on profile
hometown (optional)
hometown of the artist
biography (optional)
information about the artist
url (optional)
artist's website
genre (optional)
genre to assign to the new profile (None, PopRock, Gospel, Dance, Classical, HipHop, Country, Comedy, Other, Latin)
api_sig
Secure signature of the api parameters. See here for details on api_sig.

Example Response

The response format is a simple XML block.

Success Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="ok">
    
</response>

Error Response

<?xml version="1.0" encoding="utf-8" ?>
<response status="fail">
    <code>[error-code]</code>
    <msg>[error-message]</msg>
</response>