divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
53 stars 15 forks source link

Upload: switch success response from 200 OK to 201 Created. #3484

Closed branlwyd closed 1 week ago

branlwyd commented 1 week ago

This is required by the spec since DAP-04, but was missed previously. I think it is likely that clients are effectively just looking for a "success" (i.e. 2xx) status code.

branlwyd commented 1 week ago

Part of #3483.