Collaborator: Edit Remote System Configuration
collaborator_edit_remote_system_configurationUpdate an existing remote system configuration in Collaborator by specifying its ID, with options to change the title and config parameters.
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. |