Skip to main content

Page last updated 12 June 2026

This endpoint is used for updating a single Signal for the specified project.
PUTapi/management/projects/{projectId}/personalization/signals/{signalId}

Parameter

NameParameter typeTypeDescription
projectId(required)pathstringThe project identifier found in the project overview screen of the management console.

Responses

HTTP status codeReasonModel
401UnauthorizedError
404Project not foundError
422Validation error(s)Error
500Internal server errorError

Examples

Change Id in Update
JSON
{
    "id": "updatedSignalId",
    "name": "Signal Example",
    "description": "This is an example signal",
    "minMatches": 4,
    "where": {
        "or": [
            {
                "attribute": "browser.ScreenWidth",
                "equalTo": "1920"
            },
            {
                "attribute": "page.url",
                "startsWith": "/test"
            }
        ]
    }
}

Remarks

name and id must both be unique when performing an update with a new name or id.

The id cannot be updated if the Signal is currently in use in another Audience.

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