plsreadme_update
Update an existing plsreadme document with new content by providing its document ID or original file path and the new markdown content.
Instructions
Update an existing plsreadme document with new content.
Requires either the document ID or the original file path. Looks up the admin token from the local .plsreadme record file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Document ID to update. | |
| file_path | No | Original file path (looks up the linked doc). | |
| markdown | Yes | New markdown content. |