Update Kanban profile description
hermes_kanban_profile_updateUpdate a Kanban profile's user-authored description or clear it by passing an empty string, while generating redacted change receipts for audit trails.
Instructions
Typed PATCH /api/plugins/kanban/profiles/{name} wrapper that sets or clears a profile's user-authored description, writing redacted receipts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Profile name to update. | |
| description | No | User-authored description. Pass an empty string to clear. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |