update_ftps_repository
Modify an existing FTPS evidence repository's configuration including host, credentials, and organization associations for digital forensics data storage.
Instructions
Update an existing FTPS evidence repository
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the FTPS repository to update | |
| name | Yes | Updated name for the FTPS repository | |
| host | Yes | Updated FTPS server hostname or IP address | |
| port | No | Updated FTPS server port (default: 22) | |
| path | Yes | Updated path on the FTPS server (e.g. /) | |
| username | Yes | Updated username for FTPS authentication | |
| password | Yes | Updated password for FTPS authentication | |
| allowSelfSignedSSL | No | Whether to allow self-signed SSL certificates | |
| publicKey | No | Public key for FTPS authentication (optional) | |
| organizationIds | No | Updated organization IDs to associate the repository with |