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
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitf0e938a

Browse files
author
Hubot
committed
Merge remote branch 'otherrepo-1421075957/master' into update-1421075957
2 parents9fd2672 +84e6615 commitf0e938a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Verb | Description
191191
-----|-----------
192192
`HEAD` | Can be issued against any resource to get just the HTTP header info.
193193
`GET` | Used for retrieving resources.
194-
`POST` | Used for creating resources, or performing custom actions (such as merging a pull request).
194+
`POST` | Used for creating resources.
195195
`PATCH` | Used for updating resources with partial JSON data. For instance, an Issue resource has`title` and`body` attributes. A PATCH request may accept one or more of the attributes to update the resource. PATCH is a relatively new and uncommon HTTP verb, so resource endpoints also accept`POST` requests.
196196
`PUT` | Used for replacing resources or collections. For`PUT` requests with no`body` attribute, be sure to set the`Content-Length` header to zero.
197197
`DELETE` |Used for deleting resources.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp