Expand description
Platform-related API endpoints.
Use these endpoints to list, retrieve, update, or delete gaming platforms in the RomM database.
Structs§
- Delete
Platform DELETE /api/platforms/{id}- GetPlatform
- Retrieve a platform by ID.
- List
Platforms - List all platforms.
- List
Supported Platforms GET /api/platforms/supported— IGDB-supported platform catalog.- PutPlatform
PUT /api/platforms/{id}— update platform metadata (JSON body).