- Add response_body longText column to api_request_logs table
- Store serialized response (max 500KB) in ChurchToolsService::logApiCall
- Add GET /api-logs/{log}/response-body endpoint for lazy loading
- Replace static 'Array mit X Einträgen' with collapsible JSON viewer
- Response body fetched on-demand when user clicks to expand
|
||
|---|---|---|
| .. | ||
| ChurchToolsService.php | ||
| FileConversionService.php | ||
| PlaylistExportService.php | ||
| ProExportService.php | ||
| ProImportService.php | ||
| SongMatchingService.php | ||
| SongService.php | ||
| TranslationService.php | ||