Skip to content
New issue

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

Invalid hypermedia links in responses #899

Open
donaldgray opened this issue Sep 2, 2024 · 1 comment
Open

Invalid hypermedia links in responses #899

donaldgray opened this issue Sep 2, 2024 · 1 comment
Labels
API https://dlcs-book.readthedocs.io/en/latest/ bug Something isn't working

Comments

@donaldgray
Copy link
Member

The API is returning responses that contain links to resources that don't exist. We should either remove these links or implement the endpoints.

2 examples are Batch responses contain ErrorImages and CompleteImages but neither of these are dereferenceable.

These links are auto-generated by attributes decoraring the hydra models, which is why they are output.

@donaldgray donaldgray added bug Something isn't working API https://dlcs-book.readthedocs.io/en/latest/ labels Sep 2, 2024
@JackLewis-digirati
Copy link
Contributor

{{baseUrl}}/customers/:customerId/queue/batches/:batchId/completedImages is an example of this in the /batches/:batchId endpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API https://dlcs-book.readthedocs.io/en/latest/ bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants