GitHub · Schema
team-discussion
A team discussion is a persistent record of a free-form conversation within a team.
CodePipelinesPlatformSoftware DevelopmentSource ControlT1
Properties
| Name | Type | Description |
|---|---|---|
| author | object | |
| body | string | The main text of the discussion. |
| body_html | string | |
| body_version | string | The current version of the body content. If provided, this update operation will be rejected if the given version does not match the latest version on the server. |
| comments_count | integer | |
| comments_url | string | |
| created_at | string | |
| last_edited_at | string | |
| html_url | string | |
| node_id | string | |
| number | integer | The unique sequence number of a team discussion. |
| pinned | boolean | Whether or not this discussion should be pinned for easy retrieval. |
| private | boolean | Whether or not this discussion should be restricted to team members and organization owners. |
| team_url | string | |
| title | string | The title of the discussion. |
| updated_at | string | |
| url | string | |
| reactions | object |