From 73c9a49d5ae94187d83a6fc8f9abd02694f7d91b Mon Sep 17 00:00:00 2001 From: nazoking Date: Wed, 27 Jan 2016 16:23:58 +0900 Subject: [PATCH] Updated API WebHook (markdown) --- API-WebHook.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/API-WebHook.md b/API-WebHook.md index df9024e..5139e67 100644 --- a/API-WebHook.md +++ b/API-WebHook.md @@ -13,11 +13,11 @@ Now implemented few api/webhook and few parameter yet. If you find some behavior * [List comments on an issue](https://developer.github.com/v3/issues/comments/#list-comments-on-an-issue) * [Create A Comment](https://developer.github.com/v3/issues/comments/#create-a-comment) * Labels - * [List all labels for this repository](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository) - * [Get a single label](https://developer.github.com/v3/issues/labels/#get-a-single-label) - * [Create a label](https://developer.github.com/v3/issues/labels/#create-a-label) - * [Update a label](https://developer.github.com/v3/issues/labels/#update-a-label) - * [Delete a label](https://developer.github.com/v3/issues/labels/#delete-a-label) + * [List all labels for this repository](https://developer.github.com/v3/issues/labels/#list-all-labels-for-this-repository) (since v3.11) + * [Get a single label](https://developer.github.com/v3/issues/labels/#get-a-single-label) (since v3.11) + * [Create a label](https://developer.github.com/v3/issues/labels/#create-a-label) (since v3.11) + * [Update a label](https://developer.github.com/v3/issues/labels/#update-a-label) (since v3.11) + * [Delete a label](https://developer.github.com/v3/issues/labels/#delete-a-label) (since v3.11) * Pull Requests * [List pull requests](https://developer.github.com/v3/pulls/#list-pull-requests) * [Get a single pull request](https://developer.github.com/v3/pulls/#get-a-single-pull-request) @@ -25,6 +25,7 @@ Now implemented few api/webhook and few parameter yet. If you find some behavior * Repositories * [Get](https://developer.github.com/v3/repos/#get) * [Create](https://developer.github.com/v3/repos/#create) + * [Enabling and disabling branch protection](https://developer.github.com/v3/repos/#enabling-and-disabling-branch-protection) (since v3.11) * Status * [Create a Status](https://developer.github.com/v3/repos/statuses/#create-a-status) * [List Statuses for a specific Ref](https://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref)