gist_update
Update an existing GitHub Gist by modifying its description or file contents, including adding, editing, or removing files.
Instructions
Update an existing Gist (description or file contents)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gistId | Yes | The Gist ID to update | |
| description | No | New description | |
| files | No | Map of filename to new content (null to delete a file) |