diff --git a/src/Redux/api.tsx b/src/Redux/api.tsx index 2a7681975a..572e250c7c 100644 --- a/src/Redux/api.tsx +++ b/src/Redux/api.tsx @@ -955,7 +955,7 @@ const routes = { TBody: Type>(), }, updateResource: { - path: "/api/v1/resource/{id}", + path: "/api/v1/resource/{id}/", method: "PUT", TRes: Type(), TBody: Type>(), @@ -1057,7 +1057,7 @@ const routes = { method: "GET", }, updateAssetService: { - path: "/api/v1/asset/{asset_external_id}/service_records/{external_id}", + path: "/api/v1/asset/{asset_external_id}/service_records/{external_id}/", method: "PUT", TRes: Type(), TBody: Type(),