ProjectBranch
REST endpoint: https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/ProjectBranch
| Field | Type | Attributes |
|---|---|---|
| id | String | @id |
| name | String? | |
| version | Int? | |
| isActive | Boolean? | |
| notes | String[] | |
| project | Project | @relation |
| projectId | String | |
| baseRomBranch | BaseRomBranch | @relation |
| baseRomBranchId | String | |
| fileCrcs | Int[] | |
| modules | Json[] | |
| createdAt | DateTime | |
| updatedAt | DateTime | @updatedAt |
cURL Example
curl "https://adwobxutnpmjbmhdxrzx.supabase.co/rest/v1/ProjectBranch?select=*" \
-H "apikey: sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV" \
-H "Authorization: Bearer sb_publishable_uBZdKmgGql5sDNGpj1DVMQ_opZ2V4kV"