GameRomBranch
REST endpoint: https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/GameRomBranch
| Field | Type | Attributes |
|---|---|---|
| id | String | @id |
| name | String? | |
| version | Int? | |
| isActive | Boolean? | |
| notes | String[] | |
| gameRom | GameRom | @relation |
| gameRomId | String | |
| platformBranch | PlatformBranch | @relation |
| platformBranchId | String | |
| coplib | Json? | |
| config | Json? | |
| files | Json? | |
| blocks | Json? | |
| fixups | Json? | |
| types | Json? | |
| createdAt | DateTime | |
| updatedAt | DateTime | @updatedAt |
| baseBranches | BaseRomBranch[] |
cURL Example
curl "https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/GameRomBranch?select=*" \
-H "apikey: sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV" \
-H "Authorization: Bearer sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV"