fix(api): update OpenAPI description for folder ID handling

- Modified the description for the `folder_id` field in the OpenAPI specification to clarify that using "None" will move the agent to the root folder instead of an empty string.
- This change improves the accuracy and clarity of the API documentation regarding folder operations.
This commit is contained in:
abhi1992002
2026-02-17 12:18:15 +05:30
parent 2a4bb22d99
commit 347e450728

View File

@@ -9888,7 +9888,7 @@
"folder_id": {
"anyOf": [{ "type": "string" }, { "type": "null" }],
"title": "Folder Id",
"description": "Folder ID to move agent to (empty string for root)"
"description": "Folder ID to move agent to (None to move to root)"
}
},
"type": "object",