I'm using RestKit to POST a new resource of which the server response is not important to me. I only need to know whether it was successful or not (HTTP 200 or not).
When I'm not setting any mapping for that resource I get Expected status code in (400-499), got 200} and the failure callback is called.
Is there any way to enable RestKit detect it's a successful respond without adding an unnecessary response descriptor mapping?