Move Folder
POST/api/agents/folders/:folder_id/move
Move a folder to a different parent.
Args: folder_id: Folder ID request: Move request web_context: Current authenticated user db_config: Database configuration
Raises: HTTPException: If folder not found or move fails
Request
Responses
- 204
- 404
- 422
Successful Response
Not found
Validation Error