Sync model with git repository
Triggers a sync operation between the model and its configured git repository.
This will pull the latest changes from the repository and apply them to the model.
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The unique identifier of the shared model.
Body
Optional commit message to use when pushing changes to the repository.
"Updated model configuration"
Response
Sync operation completed successfully
Whether a sync was performed. false if the model was already in sync.
true
The git SHA after the sync operation, or null if no sync was performed.
"abc123def456"
Whether the model is currently in sync with the git repository.
true
Human-readable status message describing the sync result.
"Model synced successfully"