Is the "record invalid" error when updating a deployed trigger's webhook via API a bug or user error?

This topic was automatically generated from Slack. You can find the original thread here.

Hi team, wanted to check if this is a bug or I’m missing something.
Whenever I try to update a deployed trigger’s webhook via API, it returns this as a response:

{
    "error": "record invalid",
    "details": {
        "name_slug": [
            "has already been taken"
        ]
    }
}

I have provided all the needed information from the docs

Can you share the request (url, req body) you’re making?