We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Batch
ErrorImages
CompleteImages
These links are auto-generated by attributes decoraring the hydra models, which is why they are output.
The text was updated successfully, but these errors were encountered:
{{baseUrl}}/customers/:customerId/queue/batches/:batchId/completedImages is an example of this in the /batches/:batchId endpoint
{{baseUrl}}/customers/:customerId/queue/batches/:batchId/completedImages
/batches/:batchId
Sorry, something went wrong.
No branches or pull requests
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 containErrorImages
andCompleteImages
but neither of these are dereferenceable.These links are auto-generated by attributes decoraring the hydra models, which is why they are output.
The text was updated successfully, but these errors were encountered: