mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
chore: generate
This commit is contained in:
parent
f54d5377a4
commit
98b6817e20
@ -3565,10 +3565,27 @@
|
||||
"type": "string",
|
||||
"enum": ["true", "false"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "type",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": ["file", "directory"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "limit",
|
||||
"schema": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 200
|
||||
}
|
||||
}
|
||||
],
|
||||
"summary": "Find files",
|
||||
"description": "Search for files by name or pattern in the project directory.",
|
||||
"description": "Search for files or directories by name or pattern in the project directory.",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "File paths",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user