Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 67ab105

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent d9b855c commit 67ab105

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

content/changes/2016-06-07-reactions-api-update.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ We're replacing the `user_id` attribute with `user` and changing the schema type
1616
[
1717
{
1818
"id": 1,
19-
"user": {
20-
"login": "octocat",
21-
"id": 1,
22-
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
23-
"gravatar_id": "",
24-
"url": "https://api.github.com/users/octocat",
25-
"html_url": "https://github.com/octocat",
26-
"followers_url": "https://api.github.com/users/octocat/followers",
27-
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
28-
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
29-
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
30-
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
31-
"organizations_url": "https://api.github.com/users/octocat/orgs",
32-
"repos_url": "https://api.github.com/users/octocat/repos",
33-
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
34-
"received_events_url": "https://api.github.com/users/octocat/received_events",
35-
"type": "User",
36-
"site_admin": false
37-
},
38-
"content": "heart"
19+
"user": {
20+
"login": "octocat",
21+
"id": 1,
22+
"avatar_url": "https://github.com/images/error/octocat_happy.gif",
23+
"gravatar_id": "",
24+
"url": "https://api.github.com/users/octocat",
25+
"html_url": "https://github.com/octocat",
26+
"followers_url": "https://api.github.com/users/octocat/followers",
27+
"following_url": "https://api.github.com/users/octocat/following{/other_user}",
28+
"gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
29+
"starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
30+
"subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
31+
"organizations_url": "https://api.github.com/users/octocat/orgs",
32+
"repos_url": "https://api.github.com/users/octocat/repos",
33+
"events_url": "https://api.github.com/users/octocat/events{/privacy}",
34+
"received_events_url": "https://api.github.com/users/octocat/received_events",
35+
"type": "User",
36+
"site_admin": false
37+
},
38+
"content": "heart"
3939
}
4040
]
4141
```

0 commit comments

Comments
 (0)