Open donaldgray opened 2 months ago
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 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.