Skip to content
Tollgate Docs

← Back to catalog

PATH_APPEARS_DYNAMIC

Message. Canonicalized path contains UUID/numeric segments that look dynamic

Hint. Register the path template in the developer dashboard so the canonicalizer recognizes the dynamic segments.

Wire shape

{
  "error": {
    "code": "PATH_APPEARS_DYNAMIC",
    "message": "Canonicalized path contains UUID/numeric segments that look dynamic",
    "hint": "Register the path template in the developer dashboard so the canonicalizer recognizes the dynamic segments.",
    "docsUrl": "https://docs.tollgatepay.com/errors/path-appears-dynamic"
  }
}

Canonical URL

https://docs.tollgatepay.com/errors/path-appears-dynamic — this URL is hard-coded into the 402/403/451 docsUrl field. It is stable; renaming the slug requires a migration plan.

Related codes