redis-om-python-flask-skeleton-app
redis-om-python-flask-skeleton-app copied to clipboard
Correct HTTP method for updating user age
PUT is the most common way to update resource information. It's more appropriate to return 404 HTTP status code when a resource is not found. It's a common practise to use DELETE HTTP method to delete a resource.