GuideLab API

Update a location route

Updates a location route's properties. If set as default, the previous default is unset. Lab-only endpoint.

PUT
/location-routes/{id}

Updates a location route's properties. If set as default, the previous default is unset. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

id*string

Location route ID

Response Body

application/json

curl -X PUT "https://example.com/location-routes/550e8400-e29b-41d4-a716-446655440000"
{  "route": null}
Empty
Empty
Empty