We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186b44d commit 2d9b991Copy full SHA for 2d9b991
content/index.md
@@ -15,4 +15,13 @@ Visit [GitHub API
15
Support](http://support.github.com/discussions/api) if you
16
have any problems or requests.
17
18
-**Note:** This API is in a beta state. Breaking changes may occur.
+## Breaking BETA Changes
19
+
20
+We're making some small tweaks to the API during the BETA phase. Old
21
+behavior is still supported, but due to be removed by June 1. Please be
22
+sure to update your app in time.
23
24
+* Update requests used to accept the PUT verb. Now POST or PATCH should
25
+ be used.
26
+* All URLs had a `.json` extension. They don't anymore (but old
27
+ requests work still).
0 commit comments