Skip to main content
Schema1.1.4object

team-discussion

A team discussion is a persistent record of a free-form conversation within a team.

Source
github-v3-rest.json
Revision
f5f067c1e6f6
Active snapshot
85e53e3d0d65

Team Discussion

object

A team discussion is a persistent record of a free-form conversation within a team.

body string
required

The main text of the discussion.

body_html string
required
body_version string
required

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
required
comments_url string (uri)
required
created_at string (date-time)
required
html_url string (uri)
required
last_edited_at string (date-time)
requirednullable
node_id string
required
number integer
required

The unique sequence number of a team discussion.

pinned boolean
required

Whether or not this discussion should be pinned for easy retrieval.

private boolean
required

Whether or not this discussion should be restricted to team members and organization administrators.

team_url string (uri)
required
title string
required

The title of the discussion.

updated_at string (date-time)
required
url string (uri)
required