You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
post:create,'/v1/session','Login with your account'dodescription'Create a user session.'paramsdobodydohash:user,'The user'dostring:email,'The email address',required: trueendendendresponse204,'No body returned.'enddefcreateend
I will get the following error on POST /v1/session I will get the following error:
{
"message": "params[:email] must be a valid String"
}
The text was updated successfully, but these errors were encountered:
In the following code snippet:
I will get the following error on
POST /v1/session
I will get the following error:The text was updated successfully, but these errors were encountered: