1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/data/reusables/webhooks/issue_comment_properties.md
2023-02-15 15:16:18 +00:00

5 lines
306 B
Markdown

`changes`|`object` | The changes to the comment if the action was `edited`.
`changes[body][from]` |`string` | The previous version of the body if the action was `edited`.
`issue`|`object` | The [issue](/rest/issues) the comment belongs to.
`comment`|`object` | The [comment](/rest/issues#comments) itself.