/
UPDATE in table

UPDATE in table

Request: PUT request to given url with the given fields

URL:

https://base-project-testing-dot-eshopbox-test-project.el.r.appspot.com/_ah/api/esb/v1/shreyasi

Required Feilds:

“id“: integer

and at least one of the following

  1. “product_name”: string

  2. “brand”: string

  3. “mrp”: integer

  4. “weight”: integer

Example:

{ "id":2, "product_name":"name", "weight":123 }

Sequence Diagram:

Request-Response:

Request

Response

Request

Response

“id“ not present in request

400 BadRequest

Any field not in correct data type

400 BadRequest

“id“ not found on database

404 NotFound

Request in correct format and id found in database

200 OK with update log

Related content