I have a method signature that looks like:
[HttpPut("{id}")] public async Task UpdateThing(Guid id, [FromBody] Thing thing, [F