Skip to content

Instantly share code, notes, and snippets.

@zielinski-piotr
Created September 14, 2021 20:51
Show Gist options
  • Save zielinski-piotr/1682dd792885de09cd5a84e361078312 to your computer and use it in GitHub Desktop.
Save zielinski-piotr/1682dd792885de09cd5a84e361078312 to your computer and use it in GitHub Desktop.
[HttpPatch("{id}")]
Task<IActionResult> UpdateHouse([FromBody] JsonPatchDocument<House.Patch> patchDocument, Guid id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment