-
-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already exists
Description
在api/actions/scalar#tag/密钥管理/POST/api/actions/keys/editKey页面,传参数
{
"keyId": 12,
"name": "128"
},响应状态码400,{
"ok": false,
"error": "Failed query: select "id", "user_id", "key", "name", "is_enabled", "expires_at", "can_login_web_ui", "limit_5h_usd", "limit_daily_usd", "daily_reset_mode", "daily_reset_time", "limit_weekly_usd", "limit_monthly_usd", "limit_total_usd", "limit_concurrent_sessions", "provider_group", "cache_ttl_preference", "created_at", "updated_at", "deleted_at" from "keys" where ("keys"."id" = $1 and "keys"."deleted_at" is null)\nparams: [object Object]"
}这是什么原因?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already exists
Projects
Status
Done