From 553e39c2773e5840c720c90d86e56f89a4330d43 Mon Sep 17 00:00:00 2001 From: Aleksandr Sarantsev Date: Fri, 13 Jun 2025 23:01:55 +0400 Subject: [PATCH] Change mark_invisible --- storage_controller/src/http.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage_controller/src/http.rs b/storage_controller/src/http.rs index eb378d5ddf..545c9773e6 100644 --- a/storage_controller/src/http.rs +++ b/storage_controller/src/http.rs @@ -2489,7 +2489,7 @@ pub fn make_router( }) // Tenant timeline mark_invisible passthrough to shard zero .put( - "/v1/tenant/:tenant_id/timeline/:timeline_id/mark_invisible", + "/v1/tenant/:tenant_shard_id/timeline/:timeline_id/mark_invisible", |r| { tenant_service_handler( r,