mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +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")]
|
[ValidateSet("GET", "POST", "PUT", "PATCH", "DELETE")]
|
||||||
[string]$Method = "GET",
|
[string]$Method = "GET",
|
||||||
|
|
||||||
[ValidateNotNullOrEmpty()]
|
# Body of the request
|
||||||
[Hashtable]$Body,
|
[Hashtable]$Body,
|
||||||
|
|
||||||
[Hashtable]$GetParameters
|
[Hashtable]$GetParameters
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue