Skip to content

Commit eae5da8

Browse files
committed
Fix verbs description concerning custom actions
1 parent e19e63c commit eae5da8

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)