Skip to content

Commit 973fab2

Browse files
authored
Update README.md
1 parent 04093cc commit 973fab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This module serves to abstract away the details of interacting with IT Glue's AP
1212

1313
### Function Naming
1414

15-
IT Glue features a REST API that makes use of common HTTP(s) GET, POST, PUT, and DELETE actions. In order to maintain PowerShell best practices, only approved verbs are used. As such, the following mapping should be utilized:
15+
IT Glue features a REST API that makes use of common HTTP(s) GET, POST, PATCH, and DELETE actions. In order to maintain PowerShell best practices, only approved verbs are used. As such, the following mapping should be utilized:
1616

1717
- GET -> Get-
1818
- POST -> New-
19-
- PUT -> Set-
19+
- PATCH -> Set-
2020
- DELETE -> Remove-
2121

2222
Additionally, PowerShell's `verb-noun` nomenclature is respected. Each noun is prefixed with `ITGlue` in an attempt to prevent any naming problems.

0 commit comments

Comments
 (0)