Merge branch 'develop' of github.com:snazy2000/SnipeitPS into feature/connect-snipeit

This commit is contained in:
Petri Asikainen 2021-08-15 19:41:01 +03:00
commit b85a653794

View file

@ -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