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
A server MUST return 404 Not Found when processing a request to fetch a relationship link URL that does not exist. Note: This can happen when the parent resource of the relationship does not exist. For example, when /articles/1 does not exist, request to /articles/1/relationships/tags returns 404 Not Found.
If a relationship link URL exists but the relationship is empty, then 200 OK MUST be returned, as described above.
A server MAY respond with other HTTP status codes.
A server MAY include error details with error responses.
The text was updated successfully, but these errors were encountered:
Responses
200 OK
404 Not Found
A server MUST return 404 Not Found when processing a request to fetch a relationship link URL that does not exist. Note: This can happen when the parent resource of the relationship does not exist. For example, when /articles/1 does not exist, request to
/articles/1/relationships/tags returns
404 Not Found.If a relationship link URL exists but the relationship is empty, then 200 OK MUST be returned, as described above.
A server MAY respond with other HTTP status codes.
A server MAY include error details with error responses.
The text was updated successfully, but these errors were encountered: