Github API - Test Config

POST /teams/{team_id}/discussions
teams

Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new Create a discussion endpoint.

Creates a new discussion post on a team's page. OAuth access tokens require the write:discussion scope.

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. See "Secondary rate limits" and "Dealing with secondary rate limits" for details.
Create a discussion (Legacy)

Arguments
key team-id

team-id [scalar]

The unique identifier of the team.

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json team-discussion

team-discussion [object]

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

Attributes
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

html_url string

last_edited_at 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 administrators.

reactions reaction-rollup

team_url string

title string

The title of the discussion.

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)