api/v1/products/update
PUT /api/v1/products/46
Status: 401
Parameters
?product%5Bname%5D=little+black+dress
Body
product[name]=little+black+dress
Headers:
'Access-Control-Allow-Origin': '"*"'
'Access-Control-Allow-Credentials': '"true"'
'Access-Control-Allow-Methods': '"GET, POST, PUT, DELETE, OPTIONS"'
'Access-Control-Allow-Headers': '"x-requested-with, x-requested-by, Authorization"'
'Content-Type': '"application/json; charset=utf-8"'
Body
{
"message": "You must be an authenticated user to access this API!"
}