Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7569551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T15:11:39+00:00 2026-05-30T15:11:39+00:00

I want to implement the partial updates for my resource as i have large

  • 0

I want to implement the partial updates for my resource as i have large resource and want to update the partial information from it.I have gone through the following links but not
able to figure out whether to use HTTP POST or PATCH methods.

HTTP MODIFY verb for REST?

How to submit RESTful partial updates?

http://jacobian.org/writing/rest-worst-practices/

https://github.com/archiloque/rest-client/issues/79

https://datatracker.ietf.org/doc/html/draft-dusseault-http-patch-16

http://greenbytes.de/tech/webdav/draft-dusseault-http-patch-06.html

http://jasonsirota.com/rest-partial-updates-use-post-put-or-patch

http://bitworking.org/news/296/How-To-Do-RESTful-Partial-Updates

https://github.com/dharmafly/jsonpatch.js

Please suggest any valid solution for this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T15:11:41+00:00Added an answer on May 30, 2026 at 3:11 pm

    According to RFC5789 (https://www.rfc-editor.org/rfc/rfc5789), this is precisely what PATCH is for:

    Several applications extending the Hypertext Transfer Protocol (HTTP)
    require a feature to do partial resource modification. The existing
    HTTP PUT method only allows a complete replacement of a document.
    This proposal adds a new HTTP method, PATCH, to modify an existing
    HTTP resource.

    The distinction between PATCH and PUT is described as:

    The difference between the PUT and PATCH requests is reflected in the
    way the server processes the enclosed entity to modify the resource
    identified by the Request-URI. In a PUT request, the enclosed entity
    is considered to be a modified version of the resource stored on the
    origin server, and the client is requesting that the stored version
    be replaced. With PATCH, however, the enclosed entity contains a set
    of instructions describing how a resource currently residing on the
    origin server should be modified to produce a new version.

    The limitations of POST are also described:

    The PUT method is already defined to overwrite a resource
    with a complete new body, and cannot be reused to do partial changes.
    Otherwise, proxies and caches, and even clients and servers, may get
    confused as to the result of the operation. POST is already used but
    without broad interoperability (for one, there is no standard way to
    discover patch format support) […]

    I would suggest you read the RFC and make up your own mind, but to me this seems fairly clear-cut – PATCH requests should be processed as partial updates. (NB they are NOT idempotent, unlike PUT.)

    EDIT: as pointed out by Eugene in the comments, although PATCH requests are "neither safe nor idempotent as defined by [RFC2616]", they can be made so:

    A PATCH request can be issued in such a way as to be idempotent,
    which also helps prevent bad outcomes from collisions between two
    PATCH requests on the same resource in a similar time frame.
    Collisions from multiple PATCH requests may be more dangerous than
    PUT collisions because some patch formats need to operate from a
    known base-point or else they will corrupt the resource. Clients
    using this kind of patch application SHOULD use a conditional request
    such that the request will fail if the resource has been updated
    since the client last accessed the resource. For example, the client
    can use a strong ETag [RFC2616] in an If-Match header on the PATCH
    request.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want implement in my software solution an VBA editor but in c# 3.0.
I want to implement an automatic update system for a windows application. Right now
I want to implement this partial method in my Linq table class. partial void
I’m building an application that monitors other systems. Now I want to implement partial
I want to call a partial method from outside of the declaring class. This
I have stack of images in a grid and i want to implement a
I have written a code that searches specific string from database table.what i want
I have a datacontext, and it has Authors table. public partial Author:IProductTag{} I want
given this class definition: public class Frame { IFrameStream CapturedFrom; } I want implement
Microsoft has announce that WindowsLiveID become a OpenID provider . I want implement it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.