Skip to content

Commit 8dd735d

Browse files
committed
Merge pull request github#758 from github/update-1429635055
2 parents ac686f0 + fd2e49c commit 8dd735d

3 files changed

Lines changed: 31 additions & 16 deletions

File tree

content/changes/2014-12-03-preview-the-new-organization-webhooks-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ We hope you’ll take it for a spin and [send us your feedback][contact].
3838
[repository-event]: /v3/activity/events/types/#repositoryevent
3939
[membership-event]: /v3/activity/events/types/#membershipevent
4040
[docs]: /v3/orgs/hooks/
41-
[docs-preview]: /v3/orgs/hooks/#preview-period
41+
[docs-preview]: /v3/orgs/hooks/
4242
[contact]: https://github.com/contact?form[subject]=Organization+Webhooks
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
kind: change
3+
title: Organization Webhooks API finalized
4+
created_at: 2015-04-21
5+
author_name: pengwynn
6+
---
7+
8+
After [four months in preview release][ann], the [Organization Webhooks API][docs] is now considered stable and ready for production use.
9+
10+
### Preview media type no longer needed
11+
12+
During the preview period, you needed to provide a custom media type in the `Accept` header when using the Organization Webhooks API:
13+
14+
application/vnd.github.sersi-preview+json
15+
16+
Now that the preview has ended, you no longer need to pass this custom
17+
media type, though providing an explicit [media type][media-types] is recommended:
18+
19+
application/vnd.github.v3+json
20+
21+
### Feedback
22+
23+
If you have any questions or feedback on this API, please [get in touch][contact].
24+
25+
[ann]: /changes/2014-12-03-preview-the-new-organization-webhooks-api/
26+
[docs]: /v3/orgs/hooks
27+
[media-types]: /v3/media
28+
[contact]: https://github.com/contact?form%5Bsubject%5D=Organization+Webhooks
29+
30+

content/v3/orgs/hooks.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,6 @@ title: Organization Webhooks | GitHub API
77
* TOC
88
{:toc}
99

10-
{{#tip}}
11-
12-
<a name="preview-period"></a>
13-
14-
The Organization Webhooks API is currently available for developers to preview.
15-
During the preview period, the API may change without advance notice.
16-
Please see the [blog post][developer-blog-post] for full details.
17-
18-
To access the API during the preview period, you must provide a custom [media type][media-type] in the `Accept` header:
19-
20-
application/vnd.github.sersi-preview+json
21-
22-
{{/tip}}
23-
24-
2510
Organization webhooks allow you to receive HTTP `POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on GitHub.com. For more information on actions you can subscribe to, check out our [Events documentation][webhook-events].
2611

2712
## Scopes & Restrictions

0 commit comments

Comments
 (0)