OlegDB
OlegDB copied to clipboard
Change response status code when a k/v is updated
Would be cool to be able to differentiate updated/created on a POST.
:+1:
The HTTP Standard has a 201 response indicating that the resource has been successfully created, probably in response to a PUT request. Maybe we could use that for creation and plain 200 for updated?
@Hamcha :+1: