We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacd944 commit b870284Copy full SHA for b870284
2 files changed
content/v3/repos/forks.md
@@ -32,5 +32,9 @@ forked into this organization.
32
33
### Response
34
35
-<%= headers 201 %>
+Forking a Repository happens asynchronously. Therefore, you may have to wait
36
+a short period before accessing the git objects. If this takes longer than
37
+5 minutes, be sure to [contact Support](https://github.com/contact).
38
+
39
+<%= headers 202 %>
40
<%= json :repo %>
lib/resources.rb
@@ -8,6 +8,7 @@ module Helpers
8
STATUSES = {
9
200 => '200 OK',
10
201 => '201 Created',
11
+ 202 => '202 Accepted',
12
204 => '204 No Content',
13
301 => '301 Moved Permanently',
14
304 => '304 Not Modified',
0 commit comments