200//OK

Standard response for successful HTTP requests

Description

Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request the response will contain an entity describing or containing the result of the action. − wikipedia

Code References

Rails Symbol
:ok