Site Route Controller Update V 1

Authentication

x-api-keystring
API key authentication. Accepts either: - App API key (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ) - Site API key (UUID format, e.g. 550e8400-e29b-41d4-a716-446655440000)

Path parameters

routeIdstringRequiredformat: "uuid"

Query parameters

skipValidationenumOptional
If true, skips validation of the route, such as pathname format. This is useful for testing or when the route is known to be valid.
Allowed values:

Request

This endpoint expects an object.
pathnamestringOptional

Pathname of the route, e.g., “/about”.

Response

idstringformat: "uuid"
pathnamestring

Pathname of the route, e.g., “/about”.