User1595993364 posted
I needs some help with Routing, I have the below put statement header:
public void Put(string name, [FromBody]value v)
When I attempt to run the above function in the specific controller, it tells me that the method is not allow. I think the issue lies around the fact that I am not using the default id parameter, but a different name and maybe a different data type.
Thank you in advance