From 70b3db621ceb433f367a6d4b78a787934e9f391d Mon Sep 17 00:00:00 2001 From: wengxiaojun Date: Wed, 27 May 2026 15:51:36 +0800 Subject: [PATCH] docs: add 4.9 API path translations --- .../swagger/locales/en/4.9.0.json | 18 +++++++++++++----- .../swagger/locales/zh/4.9.0.json | 16 ++++++++++++---- 2 files changed, 25 insertions(+), 9 deletions(-) diff --git a/cloudtower-api-doc/swagger/locales/en/4.9.0.json b/cloudtower-api-doc/swagger/locales/en/4.9.0.json index eb81c5aa..acec744c 100644 --- a/cloudtower-api-doc/swagger/locales/en/4.9.0.json +++ b/cloudtower-api-doc/swagger/locales/en/4.9.0.json @@ -230,13 +230,21 @@ "summary": "", "description": "" }, + "/get-registry-services": { + "summary": "Getting registry services", + "description": "Get a list of registry services that match the specified filter." + }, + "/get-registry-services-connection": { + "summary": "Getting the registry service count", + "description": "Get the count of registry services that match the specified filter." + }, "/get-sync-replication-plans": { - "summary": "", - "description": "" + "summary": "Getting sync replication plans", + "description": "Get a list of sync replication plans that match the specified filter." }, "/get-sync-replication-plans-connection": { - "summary": "", - "description": "" + "summary": "Getting the sync replication plan count", + "description": "Get the count of sync replication plans that match the specified filter." } } -} \ No newline at end of file +} diff --git a/cloudtower-api-doc/swagger/locales/zh/4.9.0.json b/cloudtower-api-doc/swagger/locales/zh/4.9.0.json index 2cc87521..30353b32 100644 --- a/cloudtower-api-doc/swagger/locales/zh/4.9.0.json +++ b/cloudtower-api-doc/swagger/locales/zh/4.9.0.json @@ -230,13 +230,21 @@ "summary": "", "description": "" }, + "/get-registry-services": { + "summary": "获取镜像仓库", + "description": "获取符合条件的镜像仓库列表。" + }, + "/get-registry-services-connection": { + "summary": "获取镜像仓库数量", + "description": "获取符合条件的镜像仓库数量。" + }, "/get-sync-replication-plans": { - "summary": "", - "description": "" + "summary": "获取同步复制计划", + "description": "获取符合条件的同步复制计划列表。" }, "/get-sync-replication-plans-connection": { - "summary": "", - "description": "" + "summary": "获取同步复制计划数量", + "description": "获取符合条件的同步复制计划数量。" } } }