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.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The unique identifier of the shared model.
Optional commit message to use when pushing changes to the repository.
"Updated model configuration"
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"