HTTP 400 { "correlationId": "xxx", "message": "Invalid input JSON on line 1, column 386: Problem deserializing property 'publishDate' (expected type: [simple type, class com.hubspot.jinjava.objects.date.PyishDate]; actual type: `java.util.Date`), problem: Can not set com.hubspot.jinjava.objects.date.PyishDate field com.hubspot.content.model.ContentLanguageVariation.publishDate to java.util.Date", "status": "error" }
HTTP 400
{
"correlationId": "364e0d34-a374-47ba-84c1-7c56aa7a07eb",
"message": "Invalid input JSON on line 1, column 386: Problem deserializing property 'publishDate' (expected type: [simple type, class com.hubspot.jinjava.objects.date.PyishDate]; actual type: `java.util.Date`), problem: Can not set com.hubspot.jinjava.objects.date.PyishDate field com.hubspot.content.model.ContentLanguageVariation.publishDate to java.util.Date",
"status": "error"
}
Can you copy + paste your request and response here? The error is telling us there is an issue with the formatting of the publishDate property. It's challenging to reproduce your issue using only a screenshot.