Commit 7794431f by Ben McMorran

Merge pull request #9117 from edx/benmcmorran/team-api-docs

Add discussion_topic_id to Team API docstrings
parents f8d17766 44d4e280
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment