Rename the `id` query parameter to `message_id` in three message API
endpoints for better API clarity and consistency:
- GET /api/v1/message-content/:account_id
- GET /api/v1/download-message/:account_id
- GET /api/v1/download-attachment/:account_id
This is a breaking change for API clients that use these endpoints.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>