Triggers a sync from the configured Git Sync upstream for the repository in the JWTDocumentation Index
Fetch the complete documentation index at: https://code.storage/docs/llms.txt
Use this file to discover all available pages before exploring further.
repo claim.
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 Integrations for setup details
- The SDK provides
repo.pullUpstream()for this operation
Error Responses
Invalid JWT or missing
git:write scopeRepository doesn’t exist
Repository has no upstream configured
Sync service unavailable