allow empty body

This commit is contained in:
Petri Asikainen 2021-08-12 22:26:04 +03:00
parent cde16b1983
commit 3bcf47c945

View file

@ -16,7 +16,6 @@
[string]$Method = "GET",
# Body of the request
[ValidateNotNullOrEmpty()]
[Hashtable]$Body,
[string] $Token,