Rest API - HATEOAS and Linking
Given this REST API response:
What is the expected outcome if the client attempts the "complete" action when the state is "pending"?
{"state": "processing", "actions": {"complete": "/tasks/321/complete"}}What is the expected outcome if the client attempts the "complete" action when the state is "pending"?
