Skip to main content
PATCH/api/management/projects/{projectId}/entries/{entryId}

Parameters

NameParameter typeTypeFormatDescription
projectId(required)pathstring-The project identifier found in the project overview screen of the management console.
entryId(required)querystringuuidThe entry identifier as a 128 bit GUID
languagepathstring[...]languageA comma separated list of variations to delete

Responses

HTTP status codeReasonModel
200SuccessEntry
403ForbiddenError
404Project not foundError
422Validation errorError
500Internal server errorError

Examples

Updating the tagline of an entry using merge patch

JSON
PATCH: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c
CONTENT-TYPE: application/merge-patch+json
{
    "tagline": "He's the only kid ever to get into trouble before he was born.",
}

Updating the tagline of an entry using JSON patch

JSON
PATCH: /api/management/projects/movieDb/entries/71f73a9b-2a13-4d63-bcc1-e8ee5047b01c
CONTENT-TYPE: application/json-patch+json
{
    { "op": "replace", "path": "/tagline": "He's the only kid ever to get into trouble before he was born."}
}

Remarks

For more information please see: Patching entries

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request