0
1
The Put method takes two parameters: a Guid and a byte array. The byte array contains the data to be Put.
Shortcut: cau
cau
0 Comments
[HttpGet] [Route("/")] public async Task<IActionResult> Put(Guid id, [FromBody] x y) { return NoContent(); }