refactor: prefix operation ids with "keep_"
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
@@ -13,7 +13,7 @@ use crate::compression_engine::CompressionType;
|
||||
#[utoipa::path(
|
||||
get,
|
||||
path = "/api/status",
|
||||
operation_id = "status",
|
||||
operation_id = "keep_status",
|
||||
summary = "Get system status",
|
||||
description = "Retrieve system status including database info, storage paths, compression engines, and metadata plugins.",
|
||||
responses(
|
||||
|
||||
Reference in New Issue
Block a user