Sync and Pull App from Git
PUT/apps/{appId}
Sync and pull the latest changes from GitHub for an existing ToolJet app.
Path Parameters
ID of the app.
Query Parameters
Must be set to git to enable git-sync mode for this operation.
Error Responses
Git provider not enabled or git push failed.
Invalid Authorization token.
Insufficient permissions.
App not found or not available on Community Edition.
GIT_SYNC license not active.
Request
curl -X PUT "https://{your-domain}/api/ext/apps/{appId}?createMode=git" -H "Authorization: Basic <access_token>" -H "Content-Type: application/json"Response: 200