Expected behaviour
POSTing a document with 'empty' required fields
i.e.
{
"body": "",
"title": ""
}
Validation should fail
Actual behavior
Document is created


This is an example of an API test running for dadi.cloud that previously triggered validation for the same scenario
Expected behaviour
POSTing a document with 'empty' required fields
i.e.
Validation should fail
Actual behavior
Document is created
This is an example of an API test running for dadi.cloud that previously triggered validation for the same scenario