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

Commit71c14cf

Browse files
committed
boom
1 parent6c48a8d commit71c14cf

File tree

9 files changed

+32
-326
lines changed

9 files changed

+32
-326
lines changed

‎v3/git/tags/index.html

Lines changed: 0 additions & 300 deletions
This file was deleted.

‎v3/issues/comments/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 id="issue-comments-api">Issue Comments API</h1>
4040

4141
<h2id="list-comments-on-an-issue">List comments on an issue</h2>
4242

43-
<pre><code>GET /repos/:user/:repo/issues/:id/comments
43+
<pre><code>GET /repos/:user/:repo/issues/:number/comments
4444
</code></pre>
4545

4646
<h3id="response">Response</h3>
@@ -96,7 +96,7 @@ <h3 id="response-1">Response</h3>
9696

9797
<h2id="create-a-comment">Create a comment</h2>
9898

99-
<pre><code>POST /repos/:user/:repo/issues/:id/comments
99+
<pre><code>POST /repos/:user/:repo/issues/:number/comments
100100
</code></pre>
101101

102102
<h3id="input">Input</h3>

‎v3/issues/events/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 id="attributes">Attributes</h3>
7070
<dd>The issue was assigned to the actor.</dd>
7171
</dl><h2id="list-events-for-an-issue">List events for an issue</h2>
7272

73-
<pre><code>GET /repos/:user/:repo/issues/:issue_id/events
73+
<pre><code>GET /repos/:user/:repo/issues/:issue_number/events
7474
</code></pre>
7575

7676
<h3id="response">Response</h3>

‎v3/issues/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h3 id="response-3">Response</h3>
439439

440440
<h2id="edit-an-issue">Edit an issue</h2>
441441

442-
<pre><code>PATCH /repos/:user/:repo/issues/:id
442+
<pre><code>PATCH /repos/:user/:repo/issues/:number
443443
</code></pre>
444444

445445
<h3id="input-1">Input</h3>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp