Skip to main content

Sync and Pull App from Git

PUT/apps/{appId}

Sync and pull the latest changes from GitHub for an existing ToolJet app.

Path Parameters
appIdstringrequired
ID of the app.
Query Parameters
createModestringrequired
Must be set to git to enable git-sync mode for this operation.
Error Responses
400
Git provider not enabled or git push failed.
401
Invalid Authorization token.
403
Insufficient permissions.
404
App not found or not available on Community Edition.
451
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