30 lines
1007 B
Markdown
30 lines
1007 B
Markdown
---
|
|
title: Team discussions
|
|
allowTitleToDifferFromFilename: true
|
|
shortTitle: Discussions
|
|
intro: >-
|
|
Use the REST API to get, create, edit, and delete discussion posts on a team's
|
|
page.
|
|
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
|
|
fpt: '*'
|
|
ghae: '*'
|
|
ghec: '*'
|
|
ghes: '*'
|
|
topics:
|
|
- API
|
|
autogenerated: rest
|
|
---
|
|
|
|
{% data reusables.organizations.team-discussions-api-deprecation %}
|
|
|
|
{% ifversion team-discussions %}
|
|
|
|
## About team discussions
|
|
|
|
You can use team discussions to have conversations that are not specific to a repository or project. Any member of the team's [organization](/rest/orgs) can create and read public discussion posts. For more details, see "[AUTOTITLE](/organizations/collaborating-with-your-team/about-team-discussions)." To learn more about commenting on a discussion post, see "[AUTOTITLE](/rest/teams/discussion-comments)."
|
|
|
|
{% data reusables.organizations.team-api %}
|
|
{% endif %}
|
|
|
|
<!-- Content after this section is automatically generated -->
|