Update content error
Summary
I can't update any content because of a recordId invalid errorContent
Hello,
I'm testing update content service on KA Rest API, but I'm getting the following error (see code below):
{
"error": {
"title": "An application error has occurred. Root cause: Invalid value for [299EF269FFDE46789E02D43A2C8E952C]",
"errorPath": null,
"errorCode": "OK-GEN0003",
"type": "APPLICATION",
"detail": null
},
"errorDetails": [
{
"title": "Invalid value for [299EF269FFDE46789E02D43A2C8E952C]",
"errorPath": "recordId",
"errorCode": "OK-GEN0024",
"type": "VALIDATION",
"detail": null
}
]
}
I got this recordId on GET content service:
{
"recordId": "299EF269FFDE46789E02D43A2C8E952C",
"versionId": "2EFC2007AAC543DAB3989CDB80864F82",