toshi-nao / web-app-sample

1 stars 0 forks source link

CRUD - Update a single tutorial #11

Closed toshihue closed 1 year ago

toshihue commented 1 year ago
naoharu commented 1 year ago

@toshihue Thanks for the pull request. I think it is a good request in terms of changes. For ease of working on it later, could you please include an example in the original Issue how to use postman to send the json when updating?

toshihue commented 1 year ago

@toshihue Thanks for the pull request. I think it is a good request in terms of changes. For ease of working on it later, could you please include an example in the original Issue how to use postman to send the json when updating?

@naoharu Good suggestion! I have added the example request to https://github.com/toshi-nao/web-app-sample/issues/4. (FYI: Postman can export curl commands)

naoharu commented 1 year ago

@toshihue Thanks for updating Issue. it works well!

Initial data.

image

updating by _id

image

updated

image