Skip to content

Commit 39ef5ea

Browse files
committed
Update breaking changes
1 parent 3d0656f commit 39ef5ea

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

content/index.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,28 @@ We're making some small tweaks to the API during the BETA phase. Old
2121
behavior will be supported until the dates listed below. Please be sure
2222
to update your app in time.
2323

24-
### Behavior due to be removed by June 15th:
24+
### Behavior due to be removed by July 20th:
25+
26+
* `integrate_branch` renamed to `default_branch` on the [repo
27+
API](/v3/repos/#get). `integrate_branch` will no longer be returned.
28+
29+
### Changelog for breaking changes
30+
31+
#### Removed on June 15th:
2532

2633
* `gravatar_url` is being deprecated in favor of `avatar_url` for all
2734
responses that include users or orgs. A default size is no longer
2835
included in the url.
29-
* creating new gists (both anonymously and with an authenticated user)
30-
should use `POST /gists` from now on. `POST /users/:user/gists` will
31-
be deprecated.
32-
33-
### Changelog for breaking changes
36+
* Creating new gists (both anonymously and with an authenticated user)
37+
should use `POST /gists` from now on. `POST /users/:user/gists` is no
38+
longer supported.
3439

3540
#### Removed on June 1st:
3641

37-
* Update requests used to accept the PUT verb. Now POST or PATCH should
38-
be used.
39-
* All URLs had a `.json` extension. They don't anymore (but old
40-
requests work still).
41-
* Pagination info is returned in the Link header. Stop using the X-Next
42-
or X-Last headers.
42+
* Removed support for PUT verb on update requests. Use POST or PATCH
43+
instead.
44+
* Removed `.json` extension from all URLs.
45+
* No longer using the X-Next or X-Last headers. Pagination info is
46+
returned in the Link header instead.
4347
* JSON-P response has completely changed to a more consistent format.
4448
* Starring gists now uses PUT verb (instead of POST) and returns 204.

0 commit comments

Comments
 (0)