Skip to content

Commit 9911cc8

Browse files
committed
Sync with upstream repository
1 parent 5c95d5c commit 9911cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/changes/2015-11-11-protected-branches-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To protect a branch, make a `PATCH` request to the URL of the branch:
1212
``` command-line
1313
curl "https://api.github.com/repos/github/hubot/branches/master" \
1414
-XPATCH \
15-
-H 'Authorization: token TOKEN'
15+
-H 'Authorization: token TOKEN' \
1616
-H "Accept: application/vnd.github.loki-preview" \
1717
-d '{
1818
"protection": {

0 commit comments

Comments
 (0)