Skip to content

Instantly share code, notes, and snippets.

@IndiceeCoder
Created June 20, 2011 21:53
Show Gist options
  • Save IndiceeCoder/1036690 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1036690 to your computer and use it in GitHub Desktop.
account update
POST /api/account/update.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/xml
Host: secure.indicee.com
<account>
<display_name>min</display_name>
<email>min@indicee.com</email>
<first_name>Min</first_name>
<last_name>Li</last_name>
<password>password</password>
<status>ACTIVE</status>
</account>
<?xml version="1.0" encoding="UTF-8"?>
<account>
<id>1472669360</id>
</account>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment