Update Handbook Entry
handbook_update_entryUpdate an existing handbook entry by providing its ID and new values for title, content, active status, app, tags, or import ID.
Instructions
Update an existing handbook entry by ID.
Args:
id (string): ID of the entry to update
title (string): Updated title
content (string, optional): Updated markdown content
active (boolean): Active status
app (string): App identifier
tags (string[], optional): Updated tags
importId (string, optional): Import ID
Returns: The updated HandbookEntry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the handbook entry to update | |
| app | Yes | The app associated with this entry | |
| tags | No | Updated tags | |
| title | Yes | Updated title | |
| active | Yes | Whether the entry is active | |
| content | No | Updated content in markdown format | |
| importId | No | Optional import ID |