Skip to content

Edit baskets api

Alex requested to merge edit-baskets-endpoint into master

What does this MR do?

Adds the PUT /api/baskets/{id} endpoint that allows to update the description of a basket via Rest. This includes a unit test.

How confident are you it won't break things if deployed?

It doesn't do anything harmful and the test works fine.

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports