Skip to content

Commit ed6ca58

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents f039807 + ff9f643 commit ed6ca58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/rest/overview/resources-in-the-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Verb | Description
271271
`HEAD` | Can be issued against any resource to get just the HTTP header info.
272272
`GET` | Used for retrieving resources.
273273
`POST` | Used for creating resources.
274-
`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.
274+
`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.
275275
`PUT` | Used for replacing resources or collections. For `PUT` requests with no `body` attribute, be sure to set the `Content-Length` header to zero.
276276
`DELETE` |Used for deleting resources.
277277

0 commit comments

Comments
 (0)