Look up a Rails HTTP Status Code
200 - Ok
Rails HTTP Status code
:ok
When to use status code 200
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.