Actions
Bug #6882
closedPOST create responses should be 201
Description
All api/v2 create responses are 200, with the except of interfaces.
However, the RFC specifies that when a resource is created, the server should return a 201 code, and a Location header with the location of the newly created resource.
process_success in base_controller needs to be changed to match the RFC.
Actions