cyberchef_recipe_update
Update an existing recipe by UUID to change its name, tags, metadata, operations, or description. Maintain accurate and current recipes for consistent data transformations.
Instructions
Update an existing recipe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Recipe UUID | |
| name | No | New recipe name | |
| tags | No | New tags | |
| metadata | No | ||
| operations | No | New operations | |
| description | No | New description |