mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 01:42:29 +00:00
Merge branch 'develop' of github.com:snazy2000/SnipeitPS into feature/connect-snipeit
This commit is contained in:
commit
b85a653794
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ function Invoke-SnipeitMethod {
|
|||
[ValidateSet("GET", "POST", "PUT", "PATCH", "DELETE")]
|
||||
[string]$Method = "GET",
|
||||
|
||||
[ValidateNotNullOrEmpty()]
|
||||
# Body of the request
|
||||
[Hashtable]$Body,
|
||||
|
||||
[Hashtable]$GetParameters
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue