1
0
mirror of synced 2026-01-03 06:04:16 -05:00
Files
docs/data/reusables/webhooks/project_properties.md

8 lines
523 B
Markdown

Key | Type | Description
----|------|-------------
`action`|`string` | The action that was performed on the project. Can be one of `created`, `edited`, `closed`, `reopened`, or `deleted`.
`changes`|`object` | The changes to the project if the action was `edited`.
`changes[name][from]` |`string` | The previous version of the name if the action was `edited`.
`changes[body][from]` |`string` | The previous version of the body if the action was `edited`.
`project`|`object` | The [project](/rest/reference/projects) itself.