Skip to content

Instantly share code, notes, and snippets.

@mmulich
Created February 16, 2015 22:25
Show Gist options
  • Save mmulich/9cdaa75a80fb2cf57a86 to your computer and use it in GitHub Desktop.
Save mmulich/9cdaa75a80fb2cf57a86 to your computer and use it in GitHub Desktop.

/api/user.json before editing title:

{
id: 40620,
username: "MichaelMulich",
first_name: "Michael",
last_name: "Mulich",
full_name: "Michael Mulich"
}

after editing title:

{
id: 40620,
username: "MichaelMulich",
first_name: "Michael",
last_name: "Mulich",
full_name: "Michael Mulich",
title: "Sir"
}

after removing title:

{
id: 40620,
username: "MichaelMulich",
first_name: "Michael",
last_name: "Mulich",
full_name: "Michael Mulich",
title: ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment