Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

github_app_authorization.revoked.payload.json 1.0 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  1. {
  2. "action": "revoked",
  3. "sender": {
  4. "login": "octocat",
  5. "id": 1,
  6. "node_id": "MDQ6VXNlcjIxMDMxMDY3",
  7. "avatar_url": "https://github.com/images/error/octocat_happy.gif",
  8. "gravatar_id": "",
  9. "url": "https://api.github.com/users/octocat",
  10. "html_url": "https://github.com/octocat",
  11. "followers_url": "https://api.github.com/users/octocat/followers",
  12. "following_url": "https://api.github.com/users/octocat/following{/other_user}",
  13. "gists_url": "https://api.github.com/users/octocat/gists{/gist_id}",
  14. "starred_url": "https://api.github.com/users/octocat/starred{/owner}{/repo}",
  15. "subscriptions_url": "https://api.github.com/users/octocat/subscriptions",
  16. "organizations_url": "https://api.github.com/users/octocat/orgs",
  17. "repos_url": "https://api.github.com/users/octocat/repos",
  18. "events_url": "https://api.github.com/users/octocat/events{/privacy}",
  19. "received_events_url": "https://api.github.com/users/octocat/received_events",
  20. "type": "User",
  21. "site_admin": false
  22. }
  23. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...