Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheSmallHanCat/flow2api
/ ImportTokensRequest
Class
ImportTokensRequest
src/api/admin.py:680–682 ·
view source on GitHub ↗
导入Token请求
Source
from the content-addressed store, hash-verified
678
679
680
class
ImportTokensRequest(BaseModel):
681
""
"导入Token请求"
""
682
tokens: List[ImportTokenItem]
683
684
685
class
TokenRefreshConfigRequest(BaseModel):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected