8000 Update Guidelines.md · evalcode/api-guidelines@cfd2d37 · GitHub
[go: up one dir, main page]

Skip to content

Commit cfd2d37

Browse files
authored
Update Guidelines.md
1 parent 08c3e34 commit cfd2d37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,11 @@ Below is a list of verbs that Microsoft REST services SHOULD support. Not all re
240240

241241
Verb | Description | Is Idempotent
242242
------- | -------------------------------------------------------------------------------------------------------------------------- | -------------
243-
GET | Return the current value of an resource | True
243+
GET | Return the current value of a resource | True
244244
PUT | Replace a resource, or create a named resource, when applicable | True
245245
DELETE | Delete a resource | True
246246
POST | Create a new resource based on the data provided, or submit a command | False
247-
HEAD | Return metadata of an resource for a GET response. Resources that support the GET method MAY support the HEAD method as well | True
247+
HEAD | Return metadata of a resource for a GET response. Resources that support the GET method MAY support the HEAD method as well | True
248248
PATCH | Apply a partial update to a resource | False
249249
OPTIONS | Get information about a request; see below for details. | True
250250

0 commit comments

Comments
 (0)
0