Create workspace API endpoint stops working after upgrading Coder

I upgraded my Coder deployment from version
2.0.2
to
2.8.1
(yes i know huge jump). The create workspace endpoint used to worked fine through my application / manually through curl or postman. After upgrading, I'm getting the following error message

{
    "message": "Validation failed.",
    "validations": [
        {
            "field": "template_id",
            "detail": "Validation failed for tag \"excluded_with\" with value: \"d2d78fd3-13bf-4b89-8bb0-f24896da945b\""
        },
        {
            "field": "template_version_id",
            "detail": "Validation failed for tag \"excluded_with\" with value: \"59feb82d-72e0-414e-aa62-570c4ba65539\""
        }
    ]
}
image.png
Was this page helpful?