mirror of https://github.com/ErsatzTV/ErsatzTV.git
Browse Source
- FFmpegProfileController: Use RESTful routes for CRUD operations
- POST /api/ffmpeg/profiles (was /new)
- PUT /api/ffmpeg/profiles (was /update)
- DELETE /api/ffmpeg/profiles/{id} (was /api/ffmpeg/delete/{id})
- SmartCollectionController: Use RESTful routes
- POST /api/collections/smart (was /new)
- PUT /api/collections/smart (was /update)
- DELETE /api/collections/smart/{id} (was /delete/{id})
- Return NoContent() for DELETE instead of Ok()
- ScannerController: Remove redundant OpenAPI attributes since
controller has [ApiExplorerSettings(IgnoreApi = true)]
- MaintenanceController: Preserve backward compatibility
- Keep HttpGet for /gc endpoint
- Keep underscore in /empty_trash route
pull/2735/head
4 changed files with 9 additions and 15 deletions
Loading…
Reference in new issue