You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clients should be able to determine how to interact with REST Services without prior knowledge of the services in HATEOAS, this includes the verb that should be used when interacting with those services.
A link should be represented as
{
"rel":"next",
"href":"...",
"method":"PUT"
"title":"Update the Resource",
"type":"application/json"
}
The text was updated successfully, but these errors were encountered:
Clients should be able to determine how to interact with REST Services without prior knowledge of the services in HATEOAS, this includes the verb that should be used when interacting with those services.
A link should be represented as
The text was updated successfully, but these errors were encountered: