Changes

stoney core: REST API

94 bytes added, 11:04, 14 November 2013
/* Reseller partly update (PATCH) */
==== Reseller partly update (PATCH) ====
To update fields of an existing reseller, the client needs to send a HTTP <code>PATCH</code> request on the reseller's element resource URI (such as, <code>https://api.example.com//v1/resellers/4000001</code>).
The service responds with a HTTP status code 200 (OK) on success and returns an empty body.
 
In contrast to the [[#Reseller_update_.28PUT.29|<code>PUT</code>]] method, only the changed fields are to be included in the request.
SLB
385
edits