aap_sync_project
Trigger a git pull to sync an Ansible Automation Platform project, returning a project_update_id for status tracking.
Instructions
Trigger an SCM sync (git pull) for an AAP project.
Args: params (SyncProjectInput): - project_id (int): Project ID to sync
Returns: str: JSON with project_update_id for status tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |