Rest API - HATEOAS and Linking
Consider this partial API response:
Which of the following is a likely error if the client tries to perform "submit" with a GET request?
{"state": "draft", "actions": {"submit": "/docs/456/submit"}}Which of the following is a likely error if the client tries to perform "submit" with a GET request?
