We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relationship links are fine for /todo-items/:id:
/todo-items/:id
"owner": { "links": { "self": "http://localhost:5000/api/v1/todo-items/422/relationships/owner", "related": "http://localhost:5000/api/v1/todo-items/422/owner" } }
However, they are broken for /todo-items
"owner": { "links": { "self": "http://localhost:5000/api/v1/todo-items/relationships/owner", "related": "http://localhost:5000/api/v1/todo-items/owner" } }
and people/:id
people/:id
"relationships": { "todo-items": { "links": { "self": "http://localhost:5000/api/v1/relationships/todo-items", "related": "http://localhost:5000/api/v1/todo-items" } } }
The text was updated successfully, but these errors were encountered:
Merge pull request #34 from Research-Institute/fix/#33
abc7de0
Fix/#33
No branches or pull requests
Relationship links are fine for
/todo-items/:id
:However, they are broken for /todo-items
and
people/:id
The text was updated successfully, but these errors were encountered: