restore_deleted_prompt_snippet_version
Restore a deleted version of a prompt snippet to make it visible in version history again. Unlike restoring to draft, this action only revives the version row without altering the current draft.
Instructions
Undo delete_prompt_snippet_version — bring a removed version row back into history. This does NOT change the current draft (unlike restore_prompt_snippet_version); it only makes the row visible/restorable again. Takes no version check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The prompt_snippet's id. | |
| versionId | Yes | The version row's UUID, from list_deleted_prompt_snippet_versions. |