We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bc8b1 commit 8edba30Copy full SHA for 8edba30
content/index.md
@@ -37,3 +37,7 @@ to update your app in time.
37
* gravatar_url is being deprecated in favor of avatar_url for all
38
responses that include users or orgs. A default size is no longer
39
included in the url.
40
+* creating new gists (both anonymously and with an authenticated user)
41
+ should use `POST /gists` from now on. `POST /users/:user/gists` will
42
+ be deprecated.
43
+
content/v3/gists.md
@@ -55,7 +55,7 @@ The response is identical to [listing a user's gists](#list-a-users-gists).
55
56
## Create a new gist
57
58
- POST /users/:user/gists
+ POST /gists
59
60
### Input
61
0 commit comments