haops_update_channel
Update a channel's name or description in a HAOps project by specifying the project slug and channel UUID.
Instructions
Update an existing channel in a HAOps project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New channel name (optional) | |
| verbose | No | If true, return the full API response instead of the compact summary (default: false) | |
| channelId | Yes | UUID of the channel to update | |
| description | No | New channel description (optional) | |
| projectSlug | Yes | The project slug (URL identifier) |