iver-wharf / wharf-api

Wharf backend written in Go
MIT License
1 stars 0 forks source link

Endpoint `PUT /api/build/{buildId}/status` should respond with updated build #179

Closed applejag closed 2 years ago

applejag commented 2 years ago

wharf-api-client-go errors with EOF because it already expects a response.

According to soft REST conventions, a PUT request should return the updated model (i think)