Update Git Account
update_git_accountPartially update a Git account's name, authentication, author info, provider, or owner.
Instructions
Update an existing Git account. Partial update — only provided fields are changed.
Args:
gitAccountID (string, required): The account ID
name (string, optional): Updated name
gitUsername (string, optional): Updated git username
gitAuthorName (string, optional): Updated author name for git commits
gitAuthorEmail (string, optional): Updated email for git commits
gitToken (string, optional): Updated personal access token
provider (enum, optional): 'github' | 'gitlab' | 'bitbucket' | 'azureDevOps'
accountOwner (string, optional): User ID of the account owner
Returns: Updated Git account object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated name for the git account | |
| gitToken | No | Updated personal access token for the git provider | |
| provider | No | Git provider type | |
| gitUsername | No | Updated git username for authentication | |
| accountOwner | No | User ID of the account owner (org admins can manage other users' accounts) | |
| gitAccountID | Yes | The git account ID | |
| gitAuthorName | No | Updated author name for git commits | |
| gitAuthorEmail | No | Updated email for git commits |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |