update_recruiting_comment
Update a comment on Huly recruiting items like vacancies, candidates, or reviews. Specify target and comment ID to modify the comment body with markdown support.
Instructions
Update one comment attached directly to a Recruiting vacancy, candidate, applicant, review, or opinion. The commentId must belong to the resolved target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Recruiting target locator. Supported kinds depend on the tool: comments use vacancy/candidate/applicant/review/opinion; attachments use vacancy/candidate/applicant/opinion; activity uses vacancy/candidate/applicant/review; related issues use vacancy/candidate/applicant. | |
| commentId | Yes | Comment ID. Must belong directly to the resolved Recruiting target. | |
| body | Yes | Comment body. Markdown is supported. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |