rosh_update_program
Update an existing program by providing only the fields you want to change. Requires API key with write scope.
Instructions
Update an existing program. Only provided fields are changed. Requires API key with write scope.
Args: program_id: The numeric program ID title: New title (optional) description: New description (optional) code: New source code (optional) target: New target platform (optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| program_id | Yes | ||
| title | No | ||
| description | No | ||
| code | No | ||
| target | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |