Expand description
ROM-related API endpoints.
This module contains endpoint definitions for searching, retrieving, updating, and deleting ROMs, as well as managing ROM metadata and identification.
Structs§
- Delete
RomNote DELETE /api/roms/{id}/notes/{note_id}- Delete
Roms POST /api/roms/delete- GetRom
- Retrieve a single ROM by ID.
- GetRom
ByHash GET /api/roms/by-hash- GetRom
ByMetadata Provider GET /api/roms/by-metadata-provider- GetRom
Filters GET /api/roms/filters- GetRom
Notes GET /api/roms/{id}/notes- GetRoms
- Retrieve ROMs with optional filters (
GET /api/roms). - GetSearch
Cover GET /api/search/cover- GetSearch
Roms GET /api/search/roms- Post
RomNote POST /api/roms/{id}/notes- PutRom
Note PUT /api/roms/{id}/notes/{note_id}- PutRom
User Props PUT /api/roms/{id}/props— RomM accepts JSON body plus optional query flags.