update_sftp_repository
Modify an existing SFTP repository configuration in Binalyze AIR by updating connection details, authentication credentials, or organizational access settings.
Instructions
Update an existing SFTP repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the SFTP repository to update | |
| name | Yes | Updated name for the SFTP repository | |
| host | Yes | Updated SFTP server hostname or IP address | |
| port | No | Updated SFTP server port (default: 22) | |
| path | Yes | Updated path on the SFTP server (e.g. /) | |
| username | Yes | Updated username for SFTP authentication | |
| password | Yes | Updated password for SFTP authentication | |
| organizationIds | No | Updated organization IDs to associate the repository with |