修改机构标签
classin_update_school_labelRenames an institution's school label using its label ID and the new desired name, then returns the operation outcome.
Instructions
修改机构标签名称。
参数:
labelId: 标签ID
labelName: 新的标签名称
返回:
成功返回操作结果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelId | Yes | 标签ID | |
| labelName | Yes | 新的标签名称 | |
| response_format | No | 输出格式: 'markdown' 人类可读格式 或 'json' 机器可读格式 | markdown |