Collaborator: Edit Remote System Configuration
collaborator_edit_remote_system_configurationUpdate an existing Collaborator remote system by editing its title and configuration parameters using the remote system ID.
Instructions
Edits parameters of an existing remote system configuration in Collaborator. Only title and config are editable after creation.
Toolset: Remote System Configuration Management
Parameters:
id (string) required: ID of the remote system Configuration to edit.
title (string): Remote system title.
config (string): JSON string containing configuration parameters for the remote system.
reviewTemplateId (string): Optional review template ID used by this remote system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the remote system Configuration to edit. | |
| title | No | Remote system title. | |
| config | No | JSON string containing configuration parameters for the remote system. | |
| reviewTemplateId | No | Optional review template ID used by this remote system. |