Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Tingle.AspNetCore.JsonPatch documentation for Json Merge Patch #234

Merged
merged 4 commits into from
Apr 11, 2024

Conversation

kennethmugo
Copy link
Contributor

## Move Operation

Let us Move `orders[1]` to before `orders[0]` and set `AlternateName` from the `Name` value.
Add the following logic in the `program.cs` file. This same logic can be added to `startup.cs`.
Copy link
Contributor

@mburumaxwell mburumaxwell Apr 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about using casing on the file names that is popularly used?

{
"name": "Fabrikam",
"phone": "+254722000001",
"country": null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about showing properties that remain unchanged because they are no included in the PatchMerge request body?

@mburumaxwell mburumaxwell merged commit 3a466fb into main Apr 11, 2024
4 checks passed
@mburumaxwell mburumaxwell deleted the jsonpatch-documentation branch April 11, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants