git
Get fork branches
Returns branches from the authenticated user's fork of FPP (github.com/<user>/fpp) if that fork exists. Used by the Developer settings page to offer a "switch to fork branch" dropdown. The fork is probed via the GitHub API using the saved gitHubUser / gitHubPAT credentials; an unreachable GitHub or a missing repo returns hasFork false rather than an error.
get/api/git/forkBranches
Response
Fork branch list
object required
Changes
Changed in 2 of the 49 revisions of this API.31
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
- ○
endpoint added
endpoint-added
- ○