Function autoendpoint::routes::registration::update_token_route
source ยท pub async fn update_token_route(
_auth: AuthorizationCheck,
path_args: RegistrationPathArgsWithUaid,
router_data_input: RouterDataInput,
routers: Routers,
app_state: Data<AppState>,
) -> Result<HttpResponse, ApiError>
Expand description
Handle the PUT /v1/{router_type}/{app_id}/registration/{uaid}
route