Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit87509e6

Browse files
committed
Repository and sender aren't in Events API
The `repository` and `sender` fields are not present in the Events API payloads (but are present in webhook deliveries). This notes that difference (which was previously indicated to be structurally identical JSON to the literal webhook examples except where noted).
1 parent37f2bc6 commit87509e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/v3/activity/events/types.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ determined by its event type.
99

1010
Event names are used by[repository webhooks](/v3/repos/hooks/) to specify
1111
which events the webhook should receive. The included payloads below are from webhook deliveries but
12-
match events returned by the[Events API](/v3/activity/events/) (except where noted). Theevents API uses the CamelCased name (e.g.`CommitCommentEvent`) in the`type` field of an event object.
12+
match events returned by the[Events API](/v3/activity/events/) (except where noted). TheEvents API uses the CamelCased name (e.g.`CommitCommentEvent`) in the`type` field of an event object and does not include the`repository` or`sender` fields in the event payload object.
1313

1414

1515
Note that some of these events may not be rendered in timelines.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp