Combination of Parameters is either not valid or not complete | Azure DevOps Error
Full Error: “Combination of Parameters” is either not valid or not complete
{
"$id": "1",
"innerException": null,
"message": "The combination of parameters is either not valid or not complete.\r\nParameter name: tagObject",
"typeName": "Microsoft.TeamFoundation.SourceControl.WebServer.InvalidArgumentValueException, Microsoft.TeamFoundation.SourceControl.WebServer",
"typeKey": "InvalidArgumentValueException",
"errorCode": 0,
"eventId": 0
}
Solution
This error indicates that the parameters you are supplying with API are wrong. To resolve this issue, have a look at the request body and see whether it’s exactly matching with Requests you are sending across