JWT Requirements
- The JWT must include the repository in the
repoclaim - Requires
git:writescope
Response
Notes
- Returns
202 Accepted- sync is initiated asynchronously - Only works for repositories that have an upstream configured via
base_repoduring creation - See GitHub Sync guide for setup details
- The SDK provides
repo.pullUpstream()for this operation
Error Responses
| Status | Description |
|---|---|
403 Forbidden | Invalid JWT or missing git:write scope |
404 Not Found | Repository doesn’t exist |
400 Bad Request | Repository has no upstream configured |
500 Internal Server Error | Sync service unavailable |