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

team.created.payload.json 2.8 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
  1. {
  2. "action": "created",
  3. "team": {
  4. "name": "github",
  5. "id": 3,
  6. "node_id": "MDQ6VGVhbTM=",
  7. "slug": "github",
  8. "description": null,
  9. "privacy": "secret",
  10. "url": "https://octocoders.github.io/api/v3/teams/3",
  11. "html_url": "https://octocoders.github.io/orgs/Octocoders/teams/github",
  12. "members_url": "https://octocoders.github.io/api/v3/teams/3/members{/member}",
  13. "repositories_url": "https://octocoders.github.io/api/v3/teams/3/repos",
  14. "permission": "pull"
  15. },
  16. "organization": {
  17. "login": "Octocoders",
  18. "id": 6,
  19. "node_id": "MDEyOk9yZ2FuaXphdGlvbjY=",
  20. "url": "https://octocoders.github.io/api/v3/orgs/Octocoders",
  21. "repos_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/repos",
  22. "events_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/events",
  23. "hooks_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/hooks",
  24. "issues_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/issues",
  25. "members_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/members{/member}",
  26. "public_members_url": "https://octocoders.github.io/api/v3/orgs/Octocoders/public_members{/member}",
  27. "avatar_url": "https://octocoders.github.io/avatars/u/6?",
  28. "description": ""
  29. },
  30. "enterprise": {
  31. "id": 1,
  32. "slug": "github",
  33. "name": "GitHub",
  34. "node_id": "MDg6QnVzaW5lc3Mx",
  35. "avatar_url": "https://octocoders.github.io/avatars/b/1?",
  36. "description": null,
  37. "website_url": null,
  38. "html_url": "https://octocoders.github.io/businesses/github",
  39. "created_at": "2019-05-14T19:31:12Z",
  40. "updated_at": "2019-05-14T19:31:12Z"
  41. },
  42. "sender": {
  43. "login": "Codertocat",
  44. "id": 4,
  45. "node_id": "MDQ6VXNlcjQ=",
  46. "avatar_url": "https://octocoders.github.io/avatars/u/4?",
  47. "gravatar_id": "",
  48. "url": "https://octocoders.github.io/api/v3/users/Codertocat",
  49. "html_url": "https://octocoders.github.io/Codertocat",
  50. "followers_url": "https://octocoders.github.io/api/v3/users/Codertocat/followers",
  51. "following_url": "https://octocoders.github.io/api/v3/users/Codertocat/following{/other_user}",
  52. "gists_url": "https://octocoders.github.io/api/v3/users/Codertocat/gists{/gist_id}",
  53. "starred_url": "https://octocoders.github.io/api/v3/users/Codertocat/starred{/owner}{/repo}",
  54. "subscriptions_url": "https://octocoders.github.io/api/v3/users/Codertocat/subscriptions",
  55. "organizations_url": "https://octocoders.github.io/api/v3/users/Codertocat/orgs",
  56. "repos_url": "https://octocoders.github.io/api/v3/users/Codertocat/repos",
  57. "events_url": "https://octocoders.github.io/api/v3/users/Codertocat/events{/privacy}",
  58. "received_events_url": "https://octocoders.github.io/api/v3/users/Codertocat/received_events",
  59. "type": "User",
  60. "site_admin": false
  61. }
  62. }
Tip!

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

Comments

Loading...