Summary
When trying to attach an attachment to an existing dataset, one cannot indicate the dataset to which the attachment belongs. It seemed possible in v3.
Steps to Reproduce
Post an attachment using /api/v4/attachments
Current Behaviour
returns {
"message": [
"property datasetId should not exist"
],
"error": "Bad Request",
"statusCode": 400
}
After removing this field, it returns a 201 so the attachment was created but ends in nirvana.
Summary
When trying to attach an attachment to an existing dataset, one cannot indicate the dataset to which the attachment belongs. It seemed possible in v3.
Steps to Reproduce
Post an attachment using /api/v4/attachments
Current Behaviour
returns {
"message": [
"property datasetId should not exist"
],
"error": "Bad Request",
"statusCode": 400
}
After removing this field, it returns a 201 so the attachment was created but ends in nirvana.