{"name":"Text Expander Pro Server","version":"2.0.0","description":"Homelab-Server für Team-Kürzel-Synchronisation mit Admin-GUI","endpoints":{"health":"GET /api/health","admin":"GET /admin","shortcuts":{"getAll":"GET /api/shortcuts","getById":"GET /api/shortcuts/:id","create":"POST /api/shortcuts","update":"PUT /api/shortcuts/:id","delete":"DELETE /api/shortcuts/:id","search":"GET /api/shortcuts/search/:query"},"clients":{"getAll":"GET /api/clients","register":"POST /api/clients/register","cleanup":"DELETE /api/clients/cleanup"}}}