Skip to content

Commit d565726

Browse files
committed
Add missing team_add event to documentation
This event is listed on [the events page](http://developer.github.com/v3/activity/events/types/#teamaddevent) but was not listed in the documentation. I think I correctly described what the event does, but I'm not certain.
1 parent f1a5c9e commit d565726

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/v3/repos/hooks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ request is tracking).
3030
* `member` - Any time a User is added as a collaborator to a
3131
non-Organization Repository.
3232
* `public` - Any time a Repository changes from private to public.
33+
* `team_add` - Any time a team is added or modified on a Repository.
3334
* `status` - Any time a Repository has a status update from the API
3435

3536
The payloads for all of the hooks mirror [the payloads for the Event

0 commit comments

Comments
 (0)