mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-15 02:35:47 +00:00
allow empty body
This commit is contained in:
parent
cde16b1983
commit
3bcf47c945
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@
|
||||||
[string]$Method = "GET",
|
[string]$Method = "GET",
|
||||||
|
|
||||||
# Body of the request
|
# Body of the request
|
||||||
[ValidateNotNullOrEmpty()]
|
|
||||||
[Hashtable]$Body,
|
[Hashtable]$Body,
|
||||||
|
|
||||||
[string] $Token,
|
[string] $Token,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue