You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Update content error

Accepted answer
43
Views
6
Comments
edited Jun 8, 2022 12:08PM in General Technical Discussions 6 comments

Summary

I can't update any content because of a recordId invalid error

Content

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",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!