update_blueprint
Update an existing blueprint by providing its ID and optionally modifying its name, description, content, or visibility.
Instructions
Update an existing blueprint in LynxPrompt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | New content for the blueprint (optional) | |
| description | No | New description for the blueprint (optional) | |
| id | Yes | ID of the blueprint to update | |
| name | No | New name for the blueprint (optional) | |
| visibility | No | New visibility: PRIVATE, TEAM, or PUBLIC (optional) |