8000 Use sentence case for headings · sutt0n/developer.github.com@cdb3d53 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdb3d53

Browse files
committed
Use sentence case for headings
1 parent 84b6a67 commit cdb3d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/changes/2014-08-15-deployments-api-changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberD 8000 iff line change
@@ -7,7 +7,7 @@ author_name: atmos
77

88
We've added two new features to the [Deployments API preview][deployments-preview]: the ability to query deployments and a new `task` attribute for different types of deployment tasks.
99

10-
## API Changes
10+
## API changes
1111

1212
You can now search for deployments via query parameters to the [listing endpoint][listing-endpoint]. You can filter on `sha`, `ref`, `task`, and `environment`. This makes it easier to answer questions like "when was the last time someone deployed to staging?"
1313

@@ -16,7 +16,7 @@ $ curl -H "Authorization: token [yours]" \
1616
https://api.github.com/repos/octocat/my-repo/deployments?environment=staging
1717
</pre>
1818

19-
## New Attribute
19+
## New attribute
2020

2121
We've also added a `task` attribute to the deployments model. The `task` attribute exists to allow you to specify tasks other than just pushing code. Popular deployment tools like [capistrano][capistrano] and [fabric][fabric] support named tasks to do things like run schema migrations. We hope this attribute will give integrators the flexibility they need to provide custom functionality.
2222

0 commit comments

Comments
 (0)
0