CONTENT_NAME_MISSING Issue when I create the page using API
Hello,
I was trying to create website page and landing page using Pages API but it's not working at my end.
I was getting this issue from server.
HTTP 400
{
"correlationId": "c3210cea-319b-4e88-bcf8-6bdb34eb7039",
"errorTokens": {
"contentType": [
"LANDING_PAGE"
]
},
"errorType": "CONTENT_NAME_MISSING",
"message": "You need to provide a name for this LANDING_PAGE.",
"status": "error"
}
The same issue I faced in website pages as well.
I'm trying to add LANDING_PAGE as a params but at that time I faced same issue