gdgpescara / hedwig

Other
20 stars 12 forks source link

BO34 - Create an endpoint to update informations about the conference's venue #200

Open gregoriopalama opened 2 months ago

gregoriopalama commented 2 months ago

Add an endpoint in the Venue API, mapped to PUT /venue The endpoint should be allowed to Devfest Organizers only.

The body should contain the informations about the venue:

The response will have a 200 HTTP Status code if the insert goes smooth, also providing the updated venue object in the response's body.