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