Closed ghsnd closed 9 years ago
fixed, error response:
{
"timestamp": 1440151393425,
"message": "The templateid parameter is not integer.",
"error": "Bad Request",
"status": 400,
"exception": "eu.freme.broker.exception.BadRequestException",
"path": "/e-link/documents/"
}
Enriching a document with a template that has a string ID gives a
500 Internal Server error
response:where example.ttl is the example from the API docs, gives:
Maybe this could be a
400 Bad Request
or something.