Skip to content

Commit

Permalink
email changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rloads committed Sep 28, 2012
1 parent 9abae0f commit fb11e28
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion comment.md
Expand Up @@ -30,7 +30,7 @@ To get all the comments accessible by you, call `GET /comments` and resulting JS
"owner": {
"id": 1,
"name": "Randy Jung",
"email": "randyj@example.com@vispowertech.com",
"email": "randyj@example.com@example.com",
"team_id": 1,
"team_name": "VispowerTech",
"picture": "https://d3hdmtlhbe6vzi.cloudfront.net/avatars/1/947fbb3731d5e7b765a3c594be4c47ed.png"
Expand Down
2 changes: 1 addition & 1 deletion profile.md
Expand Up @@ -12,7 +12,7 @@ Get Profile
{
"id": 1,
"name": "Randy Jung",
"email": "randyj@example.com@vispowertech.com",
"email": "randyj@example.com",
"picture": "https://d3hdmtlhbe6vzi.cloudfront.net/avatars/1/947fbb3731d5e7b765a3c594be4c47ed.png",
"team_id": 1,
"team_name": "VispowerTech"
Expand Down
4 changes: 2 additions & 2 deletions share.md
Expand Up @@ -19,7 +19,7 @@ Get shares
{
"id": 1,
"name": "Randy Jung",
"email": "randyj@example.com@vispowertech.com",
"email": "randyj@example.com",
"team_id": 1,
"team_name": "VispowerTech",
"picture": "https://d3hdmtlhbe6vzi.cloudfront.net/avatars/1/947fbb3731d5e7b765a3c594be4c47ed.png"
Expand All @@ -40,7 +40,7 @@ Get shares
{
"id": 1,
"name": "Randy Jung",
"email": "randyj@example.com@vispowertech.com",
"email": "randyj@example.com",
"team_id": 1,
"team_name": "VispowerTech",
"picture": "https://d3hdmtlhbe6vzi.cloudfront.net/avatars/1/947fbb3731d5e7b765a3c594be4c47ed.png"
Expand Down
2 changes: 1 addition & 1 deletion workspace.md
Expand Up @@ -39,7 +39,7 @@ Get Workspaces
"owner": {
"id": 1,
"name": "Randy Jung",
"email": "randyj@example.com@vispowertech.com",
"email": "randyj@example.com",
"team_name": "VispowerTech",
"team_id": 1,
"picture": "https://d3hdmtlhbe6vzi.cloudfront.net/avatars/1/947fbb3731d5e7b765a3c594be4c47ed.png"
Expand Down

0 comments on commit fb11e28

Please sign in to comment.