Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb870284

Browse files
committed
clarify the response for creating repo forks
1 parentbacd944 commitb870284

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎content/v3/repos/forks.md‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ forked into this organization.
3232

3333
###Response
3434

35-
<%= headers 201 %>
35+
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 %>
3640
<%= json:repo %>

‎lib/resources.rb‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Helpers
88
STATUSES={
99
200=>'200 OK',
1010
201=>'201 Created',
11+
202=>'202 Accepted',
1112
204=>'204 No Content',
1213
301=>'301 Moved Permanently',
1314
304=>'304 Not Modified',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp