REDDIT_EDIT_REDDIT_COMMENT_OR_POST
Edits the body text of the authenticated user's own existing comment or self-post on Reddit; cannot edit link posts or titles.
Remote reddit
Other tools also called REDDIT_EDIT_REDDIT_COMMENT_OR_POST?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"text": {
"type": "string",
"title": "Text",
"examples": [
"This is the *updated* content with **markdown** formatting."
],
"description": "The new raw markdown text for the body of the comment or self-post."
},
"thing_id": {
"type": "string",
"title": "Thing Id",
"examples": [
"t1_c0c0c0c",
"t3_h0h0h0h"
],
"description": "The full name (fullname) of the comment or self-post to edit. This is a combination of a prefix (e.g., 't1_' for comment, 't3_' for post) and the item's ID."
}
}
}