Rest API - HATEOAS and Linking
A client receives this response:
But the client tries to perform a "deactivate" action by POSTing to "/users/789/deactivate". The server returns 404. What is the likely cause?
{"state": "active", "actions": {}}But the client tries to perform a "deactivate" action by POSTing to "/users/789/deactivate". The server returns 404. What is the likely cause?
