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
routeId
Query parameters
skipValidation
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.
pathname
Pathname of the route, e.g., “/about”.
Response
id
pathname
Pathname of the route, e.g., “/about”.