Search found 1 match

by bicewer602
25 Jan 2020, 13:23
Forum: Help
Topic: Id must be numeric
Replies: 0
Views: 18247

Id must be numeric

Hi, i am trying to automate some work on mantis, but for some reason api refuses to accept id(int/string). What am I doing here wrong? $ItsmHost = 'xxxxxxxxxxxxx' $TechKey = "xxxxxxxxxxxxxxx" $RequestListByFilter = @{ "uri"= $ItsmHost "Authorization"= $TechKey } $Header...