We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsfcd6553 +13e5a04 commitfb64002Copy full SHA for fb64002
content/v3/repos/statuses.md
@@ -11,14 +11,14 @@ The Status API allows external services to mark commits with a success,
11
failure, error, or pending`state`, which is then reflected in pull requests
12
involving those commits.
13
14
-Statuses can also include an optional`description` and`url`, and
+Statuses can also include an optional`description` and`target_url`, and
15
we highly recommend providing them as they make statuses much more
16
useful in the GitHub UI.
17
18
As an example, one common use is for continuous integration
19
services to mark commits as passing or failing builds using Status. The
20
`target_url` would be the full url to the build output, and the
21
-description would be the high level summary of what happened with the
+`description` would be the high level summary of what happened with the
22
build.
23
24
Note that the`repo:status`[OAuth scope](/v3/oauth/#scopes) grants targeted