You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
I've just graduated from the MWS nanodegree and would like to extend the project further. Is there any chance of getting a PUT endpoint for restaurants (and maybe a POST endpoint as well, for new restaurants) so that we can update those? I've looked at the sails config and API files and don't see anything remotely resembling route configurations. Thanks!
The text was updated successfully, but these errors were encountered:
Me and a member of my cohort have discovered that a PUT request to http://localhost:1337/restaurants/<restaurant_id> will work, but it sure would be nice to have a PUT endpoint for all restaurants, to be able to update them en masse (e.g. while offline), instead of having to do every restaurant via its id.
mejarc
added a commit
to mejarc/mws-restaurant-stage-3
that referenced
this issue
Oct 23, 2018
I've just graduated from the MWS nanodegree and would like to extend the project further. Is there any chance of getting a PUT endpoint for restaurants (and maybe a POST endpoint as well, for new restaurants) so that we can update those? I've looked at the sails config and API files and don't see anything remotely resembling route configurations. Thanks!
The text was updated successfully, but these errors were encountered: