fix: resolve compilation errors in API paths and file descriptor handling

Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-13 11:22:46 -03:00
parent 6c9074f1be
commit 99949cf1ee
2 changed files with 2 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ pub async fn handle_post_item(
(status = 500, description = "Internal server error")
),
params(
("item_id" = i64, Path, description = "ID of the item to delete")
("item_id" = String, Path, description = "ID of the item to delete")
),
security(
("bearerAuth" = [])