Skip to content

Commit

Permalink
[minor fix] changes auth/github docs verb to POST
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Nov 29, 2012
1 parent 884b004 commit 15963ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/webhooks.md
Expand Up @@ -393,7 +393,7 @@ curl https://dscape:password@webhooks.nodejitsu.com/1/status/dscape/changes?incl
### auth

```
GET /1/auth/github
POST /1/auth/github
```

Tries to get authorization from github, so elevated privileges can be used on that service. This will give us access to get working code from your repositories and change the status of a specific pull request
Expand Down

0 comments on commit 15963ef

Please sign in to comment.