From 44d4e28053ab27ed885d0f7dd9429ab0f987929c Mon Sep 17 00:00:00 2001
From: Ben McMorran <ben.mcmorran@gmail.com>
Date: Wed, 29 Jul 2015 14:52:58 +0000
Subject: [PATCH] Add discussion_topic_id to Team API docstrings

---
 lms/djangoapps/teams/views.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lms/djangoapps/teams/views.py b/lms/djangoapps/teams/views.py
index fe443da8529..52bd27a6497 100644
--- a/lms/djangoapps/teams/views.py
+++ b/lms/djangoapps/teams/views.py
@@ -185,6 +185,9 @@ class TeamsListView(ExpandableFieldViewMixin, GenericAPIView):
 
                 * id: The team's unique identifier.
 
+                * discussion_topic_id: The unique id of the comments service
+                  discussion topic associated with this team.
+
                 * name: The name of the team.
 
                 * is_active: True if the team is currently active. If false, the
@@ -397,6 +400,9 @@ class TeamsDetailView(ExpandableFieldViewMixin, RetrievePatchAPIView):
 
                 * id: The team's unique identifier.
 
+                * discussion_topic_id: The unique id of the comments service
+                  discussion topic associated with this team.
+
                 * name: The name of the team.
 
                 * is_active: True if the team is currently active. If false, the team
-- 
GitLab