This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Description
Looking into our API guidelines and wondering why we should return 200 + {"status": "ok"} when there is no data (eg. for DELETE) instead of using 204 with an empty body I found this (JSend).
The guidelines mostly already follow this (except for "ok" instead of "success"). It does not seem to be an official spec but "success" pops up everywhere I find it mentioned.
I see 3 options:
- change nothing
- mention JSend
- mention JSend and change "ok" to "success"
What do you think?
@steffendsommer